-
This assignment provides you with a deeper understanding and practical experience of Files using Python (ODU, CYSE 250 course).
-
Assignment Questions:
- Question 1: Write a program to copy a file into another file duplicating each line.
- Question 2: Write a program to read in a file containing numbers. Each line is composed of only one single number. You should create an output file containing the square of each number from the first file.
- Question 3: Write a program to read in two files. The first file contains the first name of a set of students. The second file contains the last name of a set of students. Create a third file containing the full names of the students.
- Question 4: Write a program to read in the grades of three Cybersecurity courses (CYSE 250 CYSE 270 CYSE 200T) of a set of students. Grades are separated by a space. Each line represents a student. Calculate the mean grade of every student and write it into an output file.
-
Results (from the questions_combined/main.py file)
-
Assignment questions and answers coded within ONE python file and script: Main.py
-
Assignment questions and answers coded SEPARATELY among several python files and scripts: question_X.py
-
URL of the ODU Portflio & CYSE 250 Webpage: CYSE 250 Course
-
This project is licensed under the terms of the MIT license.
-
This project is for developer use only.
