הניקוד הכללי של התכנית הוא: 279
תמונת הפלט
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 שנים