diff options
| author | mo khan <mo@mokhan.ca> | 2025-01-12 18:56:10 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2025-01-12 18:56:10 -0700 |
| commit | 794d45b1290fddcf0508495b53fc6d1d9b2c9bfe (patch) | |
| tree | e01f33fe75c57c9e6e1df361667c98d73c29ff65 /projects/2/prog1.py | |
| parent | 09b8ca567b4ce4f2012c050eb57aa7ee61651f0c (diff) | |
Add code comments and I hate adding code comments.
Diffstat (limited to 'projects/2/prog1.py')
| -rwxr-xr-x | projects/2/prog1.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/projects/2/prog1.py b/projects/2/prog1.py index 28e03f2..6df82be 100755 --- a/projects/2/prog1.py +++ b/projects/2/prog1.py @@ -3,7 +3,7 @@ print(""" Program author: mo khan ID: 3431709 -Program 1 - Math Functions +PROGRAM 1-MATH FUNCTIONS """) # Add two numbers and print the result |
