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

Category:Microsoft Technology AssociateCategory:Computer programmingCategory:Python

This lesson covers input and output operations.[1]


Readings

Activities

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

Open; close; read; write; append; check existence; delete; with statement[2]

Construct and analyze code segments that perform console input and output operations

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

See Also

References

Category:Python
Category:Computer programming Category:Microsoft Technology Associate Category:Python