when I put origin name as london or any other city. It is giving me error like -
Traceback (most recent call last):
File "gg1.py", line 6, in
origin = input('Where are you?: ').replace(' ','+')
File "", line 1, in
NameError: name 'pune' is not defined
Please help with this
when I put origin name as london or any other city. It is giving me error like -
Traceback (most recent call last):
File "gg1.py", line 6, in
origin = input('Where are you?: ').replace(' ','+')
File "", line 1, in
NameError: name 'pune' is not defined
Please help with this