0

how to take string input from user

4th Mar 2017, 2:56 PM
mrinalini
mrinalini - avatar
2 Answers
0
a=raw_input('Enter the String:') ''' you can use this in eclipse, liclpse etc... To use in python software, i mean if above code doesnt work you can use ''' a=str(input('Enter the String:')
4th Mar 2017, 7:57 PM
vishnu
vishnu - avatar
0
@vishnu actually raw_input one is working in python software infact str one is not working....btw thanks for the help :)
5th Mar 2017, 3:25 AM
mrinalini
mrinalini - avatar