0 Reputation Points
Unknown Quality Score
No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
1 Posted Topic
[QUOTE=soUPERMan;1167144]This part: x=input('Enter string please: ') should be x= [COLOR="Red"]raw_input[/COLOR]('Enter string please: ')[/QUOTE] In Python 3.0 input() is the same as raw_input().
The End.
btuger