-
-
Notifications
You must be signed in to change notification settings - Fork 3
/
PROJECT_LANG_1.py
72 lines (11 loc) · 880 Bytes
/
PROJECT_LANG_1.py
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
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
# Start of script
# The International Code Hospital has decided to make Python the main language of this project, due to Pythons commitment to spacing and Pythons easy adjustment to the code distancing procedure.
''' '''
print ("The International Code Hospital has decided to make Python the main language of this project, due to Pythons commitment to spacing and Pythons easy adjustment to the code distancing procedure.")
noMore = input("Press [ENTER] Key to quit")
print ("The program should now be closed. If the program is still running, try closing the window. If this doesn't work, end the task/process with a process/task manager")
""" """
# File version: 1 (Wednesday, March 3rd 2021 at 8:00 pm)
# File type: Python script file (*.py)
# Line count (including blank lines and compiler line): 73
# End of script