Guest User

Untitled

a guest
Feb 19th, 2018
97
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.11 KB | None | 0 0
  1. # Cambio autom�tico del tipo de n�mero.
  2. num = 8
  3. 7.times do
  4. print num.class, " ", num, "\n"
  5. num *= num
  6. end
Add Comment
Please, Sign In to add comment