py-scripts icon indicating copy to clipboard operation
py-scripts copied to clipboard

Input Error For Python 2.7 and Stray print

Open darshkpatel opened this issue 7 years ago • 1 comments

The Program gives the following error in Python 2.7:

File "<string>", line 1, in <module>
NameError: name 'rock' is not definedname = input()
File "<string>", line 1, in <module>
NameError: name 'rock' is not defined

A stray ' ( ) ' after selecting choice is printed

darshkpatel avatar Oct 02 '17 09:10 darshkpatel

I can take a look

ewenchou avatar Oct 02 '17 22:10 ewenchou