$ python3 test.py
Welcome to Camel!
You have stolen a camel to make your way across the great Mobi desert.
The natives want their camel back and are chasing you down! Survive your desert trek and out run the natives.
A. Drink from your canteen.
B. Ahead at moderate speed.
C. Ahead full speed.
D. Stop for the night.
E. Status check
Q. Quit.
Your choice? D
Your camel feels refreshed and happy his fatigue is now 0
Traceback (most recent call last):
File "test.py", line 73, in <module>
if oasis == 20:
NameError: name 'oasis' is not defined
$ python3 test.py
Welcome to Camel!
You have stolen a camel to make your way across the great Mobi desert.
The natives want their camel back and are chasing you down! Survive your desert trek and out run the natives.
A. Drink from your canteen.
B. Ahead at moderate speed.
C. Ahead full speed.
D. Stop for the night.
E. Status check
Q. Quit.
Your choice? D
Your camel feels refreshed and happy his fatigue is now 0
Traceback (most recent call last):
File "test.py", line 73, in <module>
if oasis == 20:
NameError: name 'oasis' is not defined