This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
python3:input_output [2018/08/14 17:01] jguerin Added further description of readlines(). |
python3:input_output [2018/08/14 19:04] (current) jguerin |
||
---|---|---|---|
Line 3: | Line 3: | ||
===== Input Basics ===== | ===== Input Basics ===== | ||
- | Input in Python3 is handled via the '' | + | Input in Python3 is handled via the '' |
<code python> | <code python> | ||
Line 102: | Line 102: | ||
)) | | )) | | ||
+ | The above tests were designed to showcase minimal reading functionality other than temporary storage.((We deliberately avoided additional processing such as typecasts, '' | ||