Advertisement
fael_folow

My First Pastebin

Oct 13th, 2019
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.19 KB | None | 0 0
  1. nome = input('Digite o seu nome: ')
  2. nomeDividido = nome.split()
  3. if dividido[1] == Rafael:
  4.     print('Seu nome é o melhor de todos!')
  5. else:
  6.     print('Seu nome não é o melhor de todos!)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement