/Odd-and-Even-Files

This code appends the user's text file and writes two separate files (odd and even) from it. The first file will contain all odd numbers from the user's file and the second file contains even numbers.

Primary LanguagePython

Watchers