Exam 98-381: Introduction to Programming Using Python/Perform Input and Output Operations

From Wikiversity
Jump to navigation Jump to search

This lesson covers input and output operations.[1]

Readings[edit | edit source]

Activities[edit | edit source]

Construct and analyze code segments that perform file input and output operations[edit | edit source]

Open; close; read; write; append; check existence; delete; with statement

https://www.digitalocean.com/community/tutorials/python-read-file-open-write-delete-copy

Construct and analyze code segments that perform console input and output operations[edit | edit source]

Read input from console; print formatted text; use of command line arguments

See Also[edit | edit source]

References[edit | edit source]