Advertisement
TheManatee

Exercício 3 - "Anime o personagem"

Jul 1st, 2018
142
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. Algoritmo "Anime o personagem"
  2.  
  3. Var
  4.  
  5. Inicio
  6.  
  7. enquanto (verdadeiro) faca
  8.    escreval(" (• _• )")
  9.    timer(500)
  10.    timer(0)
  11.    limpatela
  12.    escreval(" (• _ •)")
  13.    timer(500)
  14.    timer(0)
  15.    limpatela
  16.    escreval(" ( •_ •)")
  17.    timer(500)
  18.    timer(0)
  19.    limpatela
  20.    escreval("\( • o•)/ Buuuu!")
  21.    timer(1500)
  22.    timer(0)
  23.    limpatela
  24. fimenquanto
  25.  
  26.  
  27.  
  28. Fimalgoritmo
  29.  
  30. Figura 1: (• _• )
  31. Figura 2: (• _ •)
  32. Figura 3: ( •_ •)
  33. Figura 4: \( • o•)/ Buuuu!
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement