lucio

TurtleAcademy learn programming for freeYour browser is not supporting canvas We recomand you to use Chrome or Firefox browsers
Programar la puntuación total es: 279
Output image
mateusmachado - hace 4 años
PF gd 356

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

authentication required

you must login to post a comment

Ingresar