ask user to input a number and it should convert it into number name in python
Answers
Answered by
0
Okk
I'll ask....
.....
Answered by
1
Answer:
raw_input ( prompt ); input ( prompt ) ... g = raw_input ( "Enter your name : " ). print g ... You need to explicitly convert it into an integer in your code using typecasting ...
Similar questions