Back
Contents Input

An input requests the user to the input of text, and stores the input in a variable.
In addition the variable must be indicated as well as a reference text, the reference text may be also empty.

Notation in the Python source text:
Note: Between numbers and arbitrary character sequences are differentiated:
name = raw_input( "enter names:" )
size = input( "size in cm:" )