About

Swaroop C H is 27 years of age. He graduated in B.E. (Computer Science) from PESIT, Bangalore, India. He has previously worked at Yahoo! and Adobe.

More about

Page
Personal tools
COLLECTION
Collection

Talk:Main Page

From Notes

Jump to: navigation, search

[edit] input vs raw_input

Dear Swaroop,

in the Break Statement, there might be an error, e.g.

   s = (input('Enter something : '))  

shoud be change to s = (raw_input('Enter something : ')).

is that true?

Swaroop says:

raw_input in Python 2.x == input in Python 3.x

Swaroop 04:53, 14 February 2009 (UTC)