Skip to content

mynjstr/file_handling_python

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

46 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

oop_programming_exercises

program1

A program that reads a text file using the read method and then extracts the even and odd numbers from that file, saving them as two distinct files called even.txt and odd.txt, respectively

program2

A program that takes a file containing the names and GWA scores of twenty students and prints out the name of the student with the highest GWA score

program3

The program allows the user to enter several lines of text into a text file called mylife.txt.

program4

This program reads a source file called integers.txt, which contains 20 integers. It then creates two text files: one called double.txt, which contains the even numbers squared, and another called triple.txt, which contains the odd numbers cubed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages