Logo

Programming-Idioms

History of Idiom 120 > diff from v13 to v14

Edit summary for version 14 by :
[Python] spelling mistake.

Version 13

2016-02-17, 05:53:04

Version 14

2016-02-17, 05:53:37

Idiom #120 Read integer from stdin

Read an integer value from the standard input into variable n.

Idiom #120 Read integer from stdin

Read an integer value from the standard input into variable n.

Code
input_var = int(raw_input("Input Promting String: "))
Code
input_var = int(raw_input("Input Prompting String: "))
Demo URL
http://pythonfiddle.com/read-integer-from-stdin
Demo URL
http://pythonfiddle.com/read-integer-from-stdin