From 97936bd1e5eecfc6d827ae263364e773a9a99437 Mon Sep 17 00:00:00 2001 From: Sanencoder <87710285+Sanencoder@users.noreply.github.com> Date: Thu, 22 Jul 2021 11:59:02 +0530 Subject: [PATCH] Update and rename masterFile.py to Sanjay_python.py --- Sanjay_python.py | 18 ++++++++++++++++++ masterFile.py | 38 -------------------------------------- 2 files changed, 18 insertions(+), 38 deletions(-) create mode 100644 Sanjay_python.py delete mode 100644 masterFile.py diff --git a/Sanjay_python.py b/Sanjay_python.py new file mode 100644 index 0000000..86d2c2c --- /dev/null +++ b/Sanjay_python.py @@ -0,0 +1,18 @@ + + +######### COPY ENTIRE SECTION BELOW ####### + +print("TAERG gniod era uoY"[ : : -1]) +print("This is a simple maths power syntax") +print(3 ** 3) + +print("Some more changes to this file...") +#Some more changes + + + +import time +time.sleep(5) + + + diff --git a/masterFile.py b/masterFile.py deleted file mode 100644 index ae878b2..0000000 --- a/masterFile.py +++ /dev/null @@ -1,38 +0,0 @@ - -print(""" -Hi -Its Easy to Learn Git. -You can Run this file on your system. -.................................................. -""") - -print("This is a change done on 17th July") -#Write Something -#x = kjnijvnwf - -print(''' -Also, copy below code on your Python IDE and RUN. -Then submit the file back to the MASTER Link. -.................................................. -''') - -########################### -########################### -########################### - -######### COPY ENTIRE SECTION BELOW ####### - -print("TAERG gniod era uoY"[ : : -1]) -print("This is a simple maths power syntax") -print(3 ** 3) - -print("Some more changes to this file...") -#Some more changes - - - -import time -time.sleep(5) - - -