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