Program total score is: 279
Output image
Diego Barros Gusmão Moretto - πριν 4 χρόνια
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 - πριν 4 χρόνια
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 - πριν 4 χρόνια
fd x
unicornhi2 - πριν 4 χρόνια
change the eight to a colour and it wont be the same thing agian and again
Daniel Yesudhasan - πριν 4 χρόνια
lkdrjfhwruofgpraioiugb5rtaertgwt
books - πριν 4 χρόνια
Home
Miamoon - πριν 4 χρόνια
repeat 4 [forward 100 left 90]
samuel statler - πριν 4 χρόνια
me gusta :D
Kiacya Bridges - πριν 4 χρόνια
left
mateusmachado - πριν 4 χρόνια