Computer Science, asked by shlokk, 8 months ago

ask user to input a number and it should convert it into number name in python​

Answers

Answered by AffanAsad099
0

Okk

I'll ask....

.....

Answered by za6715
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