Exam 98-381: Introduction to Programming Using Python/Perform Input and Output Operations
This lesson covers input and output operations.[1]
Readings
editActivities
editConstruct and analyze code segments that perform file input and output operations
editOpen; close; read; write; append; check existence; delete; with statement[2]
Construct and analyze code segments that perform console input and output operations
editRead input from console; print formatted text; use of command line arguments
See Also
editReferences
edit- ↑ 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.