This code reads the user's text file, alter it and writes a new file with the corrections done.
-
Updated
Sep 22, 2023 - Python
This code reads the user's text file, alter it and writes a new file with the corrections done.
This code appends the user's text file and writes two separate files (squared and cubed) from it. The first file will contain all numbers from the user's file multiplied to two while the second file contains the user's file multiplied to three.
Add a description, image, and links to the read-write-append topic page so that developers can more easily learn about it.
To associate your repository with the read-write-append topic, visit your repo's landing page and select "manage topics."