About

Swaroop C H is 29 years of age. He is a coder and startupper. He has previously worked at Yahoo!, Adobe, his own startup and Infibeam.

Read more about him

Views
Personal tools
COLLECTION
Collection

Talk:Main Page

From Notes

Jump to: navigation, search

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)