AnandaVieira

Aprendendo Algoritmo 1

Feb 23rd, 2021 (edited)
874
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.12 KB | None | 0 0
  1. # 01 – Elaborar um algoritmo que imprima a frase abaixo:
  2. # “Aprendendo Algoritmo”
  3.  
  4. print('Aprendendo Algoritmo')
  5.  
Add Comment
Please, Sign In to add comment