diff options
Diffstat (limited to 'projects/2/prog3.py')
| -rwxr-xr-x[-rw-r--r--] | projects/2/prog3.py | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/projects/2/prog3.py b/projects/2/prog3.py index e69de29..7e390bd 100644..100755 --- a/projects/2/prog3.py +++ b/projects/2/prog3.py @@ -0,0 +1,7 @@ +#!/usr/bin/env python + +print(""" +Program author: mo khan +ID: 3431709 +Program 3 - Loops And If Conditions +""") |
