fork download
  1. def teste():
  2. global res1
  3. res1 = input().strip()
  4.  
  5. teste()
  6. if res1 == '1':
  7. print('funciona')
  8.  
  9.  
  10. #https://pt.stackoverflow.com/q/469398/101
Success #stdin #stdout 0.02s 9168KB
stdin
1
stdout
funciona