Guest User

Untitled

a guest
Jan 22nd, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. def Retorna():
  2. return False
  3.  
  4. def Retorna2():
  5. return 100
  6.  
  7. Retorna()
  8. Retorna2()
Add Comment
Please, Sign In to add comment