You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tde-i18n/tde-i18n-es/data/tdeedu/kturtle/tunombre.logo

19 lines
272 B

# Tu nombre x todos lados.
restaurar
tamañolienzo 255,255
ocultartortuga
name = pregunta "¿Cual es tu nombre?"
repetir 50 [
x = aleatorio 0, 255
y = aleatorio 0, 255
s = aleatorio 10, 51
ir x, y
tamañofuente s
colorpluma x,y,s*5
escribir name
]