0

Code help. Does this run?

er = raw_input("what is this place?") print(er)

28th Feb 2020, 6:12 AM
sudo-asap
sudo-asap - avatar
2 Answers
+ 2
raw_input is Python 2 Check the course for Python 3 https://www.sololearn.com/learn/Python/2426/
28th Feb 2020, 6:19 AM
Mihai Apostol
Mihai Apostol - avatar
+ 1
Use input() only.
28th Feb 2020, 7:45 AM
Fernando Pozzetti
Fernando Pozzetti - avatar