From 18ee1ec7b3e0bcb71d285138abb2c586edf88e11 Mon Sep 17 00:00:00 2001 From: TRJ <21371404> Date: Sun, 12 Mar 2023 06:39:54 +0000 Subject: [PATCH] On branch Student-21371404 Changes to be committed: new file: Function-21371404.py new file: main.py --- Function-21371404.py | 1 + main.py | 2 ++ 2 files changed, 3 insertions(+) create mode 100644 Function-21371404.py create mode 100644 main.py diff --git a/Function-21371404.py b/Function-21371404.py new file mode 100644 index 0000000..a6f88a2 --- /dev/null +++ b/Function-21371404.py @@ -0,0 +1 @@ +print('My Student_ID is 21371404') diff --git a/main.py b/main.py new file mode 100644 index 0000000..9804ab5 --- /dev/null +++ b/main.py @@ -0,0 +1,2 @@ +import os +os.system('python Funtion-21371404.py')