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-pt_BR/data/tdeedu/kturtle/nomealeatorio.logo

19 lines
268 B

# Mostre seu nome aletatoriamente
apague
tamanhodatela 255,255
desapareça
nome = leia "Qual é seu nome?"
repita 50 [
x = aleatório 0, 255
y = aleatório 0, 255
s = aleatório 10, 51
vápara x, y
tamanhodafonte s
cordolápis x,y,s*5
mostre nome
]