Loading

Quipoin Menu

Learn • Practice • Grow

python / File I/O
exercise
1/5
Exercise 1Python
Question

Write a Python program to create a new file named `test.txt` and write Hello File!" to it. Then read the file and print its content.
"