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/prog4.py | |
| parent | 09b8ca567b4ce4f2012c050eb57aa7ee61651f0c (diff) | |
Add code comments and I hate adding code comments.
Diffstat (limited to 'projects/2/prog4.py')
| -rwxr-xr-x | projects/2/prog4.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/projects/2/prog4.py b/projects/2/prog4.py index cc70d4e..636cc7f 100755 --- a/projects/2/prog4.py +++ b/projects/2/prog4.py @@ -1,9 +1,12 @@ #!/usr/bin/env python +# This program can calculate the area and perimeter of a square, rectangle and +# square. A text user interface (TUI) is provided as well. + print(""" Program author: mo khan ID: 3431709 -Program 4 - Functions +PROGRAM 4-FUNCTIONS """) def menu(): |
