forked from nitishtest/completeThisTask
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmasterFile.py
More file actions
38 lines (24 loc) · 718 Bytes
/
masterFile.py
File metadata and controls
38 lines (24 loc) · 718 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
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
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)