Assignment
Python Program One
Write a Python program that saves "DU" in the file DU.txt in the following way:
DDDD U U
D D U U
D D U U
DDDD UUU
Upload the DU.txt file, the Python code and the design and test document file to the assignment folder.
Python Program Two
Write a Python program that will allow the user to enter the following information for three students:
ID, FirstName. LastName
While the user is entering the information for each of the three students, the Python program should add/save the information to the file students.txt. Then, copy the content of the file students.txt to a binary file name students.bin