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[2]

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
  1. Microsoft: Exam 98-381 Introduction to Programming Using Python
  2. "Python File Operations - Read and Write to files with Python | DigitalOcean". www.digitalocean.com. Retrieved 2023-12-24.