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