lucio

TurtleAcademy learn programming for freeYour browser is not supporting canvas We recomand you to use Chrome or Firefox browsers
प्रोग्राम का टोटल स्कोर है: 279
Output image
mateusmachado - 4 वर्ष पहले
PF gd 356

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

authentication required

you must login to post a comment

login