- Nov 18, 2007
- 11,909
- 1,039
- 126
How do you caps a string now? It used to be string.upper now all I see are string.ascii_uppercase and capwords, neither does what upper did. My old line used to be:
Think I also need to change from raw_input to just input.
string.upper(raw_input('enter word: '))
Think I also need to change from raw_input to just input.