Home
Python Tutorial
Introduction
Data Type
Statement
Operator
String
Tuple
List
Dictionary
Collections
Function
Class
File
Buildin Function
Buildin Module
Database
Regular Expressions
Thread
Tkinker
wxPython
XML
Network
CGI Web
Windows
Getting Input from the User : input « Buildin Function « Python Tutorial
Python Tutorial
Buildin Function
input
x = input(
"x: "
) y = input(
"y: "
) print x * y
13.25.input
13.25.1.
Getting Input from the User
13.25.2.
stdout and stderr