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