Codar

 avatar
unknown
python
5 months ago
376 B
2
Indexable
from time import sleep

a=input('Digite o Primeiro nome: ')
b=input('Digite o segundo nome: ')
c=input('Digite o terceiro nome: ')

print(f'Vamos codar juntos {a} ? ')

sleep(8)
print(f'Voce que sabe {b},vamos chamar o {c} ? ')

sleep(8)
print(f'Ei {c} o que acha ?')

sleep(8)
print(f'''Eu gostei , entao LETSGO !!
      Codando {a} e {b} e {c}''')
sleep(10)
Editor is loading...
Leave a Comment