March 2003
Intermediate to advanced
656 pages
39h 30m
English
raw_input
raw_input(prompt='')Writes prompt to standard output, reads a
line from standard input, and returns the line (without
\n) as a string. When at end-of-file,
raw_input raises EOFError. See
also input in this section.
Read now
Unlock full access