Programar la puntuación total es: 279
Output image
Diego Barros Gusmão Moretto - hace 4 años
import turtle
tartaruga = turtle.Turtle()
# Imagens
pokemons = ["pikachu.gif", "bulbassaur.gif", "charizard.gif", "squirtle.gif"]
# Posicao de cada imagem
posicoes = [(200, 200), (-200, 200), (-200, -200), (200, -200)]
tartaruga.penup()
# Registrando a imagem, mudando a forma e carimbando
for pokemon, posicao in zip(pokemons, posicoes):
turtle.register_shape(pokemon)
tartaruga.shape(pokemon)
tartaruga.setpos(posicao)
tartaruga.stamp()
Diego Barros Gusmão Moretto - hace 4 años
import turtle
tartaruga = turtle.Turtle()
# Imagens
pokemons = ["pikachu.gif", "bulbassaur.gif", "charizard.gif", "squirtle.gif"]
# Posicao de cada imagem
posicoes = [(200, 200), (-200, 200), (-200, -200), (200, -200)]
tartaruga.penup()
# Registrando a imagem, mudando a forma e carimbando
for pokemon, posicao in zip(pokemons, posicoes):
turtle.register_shape(pokemon)
tartaruga.shape(pokemon)
tartaruga.setpos(posicao)
tartaruga.stamp()
Matheus Nobrega Faria - hace 4 años
fd x
unicornhi2 - hace 4 años
change the eight to a colour and it wont be the same thing agian and again
Daniel Yesudhasan - hace 4 años
lkdrjfhwruofgpraioiugb5rtaertgwt
books - hace 4 años
Home
Miamoon - hace 4 años
repeat 4 [forward 100 left 90]
samuel statler - hace 4 años
me gusta :D
Kiacya Bridges - hace 4 años
left
mateusmachado - hace 4 años