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

This lesson covers input and output operations.[1]

Readings Edit

Activities Edit

Construct and analyze code segments that perform file input and output operations Edit

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

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

See Also Edit

References Edit