Reputation: 11
x = input("Enter roman numberal:")
I need to enter one roman numeral as a string and return the value. When I run the code above, I get that whatever I enter in as the string isn't defined. I just want x
to represent the inputted string, what am I doing wrong?
I am using Python 2.7.3
.
Upvotes: 0
Views: 68