GMgKe586q6suSQnyqZLlGCooeWM
Learn To Program
Increase Your Knowlegde and Build Your Skill!
Pages
Home
Me
Search
Monday, April 4, 2011
Python - Console I/O
Input:
1. For input just percharacter character
initial = sys.stdin.read(1)
2. For evaluating expression:
sum = input('Enter expression: ')
3. For string input:
name = raw_input('Enter your name: ')
Python - Console I/O
No comments:
Post a Comment
Newer Post
Older Post
Home
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment