Posts by Ismael dos Santos Cardoso • 33 points
2 posts
-
2
votes1
answer559
viewsQ: Why does this 'sys' is not defined error occur?
Why does this error occur name 'sys' is not defined? while True : print ('Digite exit para sair') response = input () if response == 'exit': sys.exit() print('Você digitou' + response + ',')…
python-3.xasked Ismael dos Santos Cardoso 33 -
-2
votes1
answer110
viewsQ: Why does this syntax error occur?
Code: print ('oi,tudo bem?') name = input () if name == 'Alice': print ('oi, alice.') else name != 'Alice' print ('Tchau.') Error: e/emulated/0/qpython/vampi.py" && exit File…
python-3.xasked Ismael dos Santos Cardoso 33