This repository contains the first assignment for CPSC-44000-LT1, completed by Andrew Matayka & Aaron Matayka. The assignment includes a Python script that performs mathematic operations to find near misses of the formula xn + yn = zn.
Ensure you have the following installed:
- Python 3.x
- Git (if cloning the repository)
- Open a terminal.
- Navigate to the directory where you want to clone the repository:
cd /path/to/your/directory - Clone the repository:
git clone https://github.com/AndrewMatayka/CPSC-44000-LT1-Assignment-One-Matayka.git
- Change into the cloned directory:
cd CPSC-44000-LT1-Assignment-One-Matayka - Run the Python file:
python3 assignment_one.py
assignment_one.py– Main Python script for the assignmentREADME.md– Documentation file (this file)
This project is for educational purposes.