Skip to content

Commit ad13d67

Browse files
authored
Update MyFirstProgram.py
1 parent 78dc206 commit ad13d67

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Other Programs/MyFirstProgram.py

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,5 @@
1-
# First Python program
2-
3-
41
def output_text():
5-
"""Prints a cheeky message about Python."""
62
print("Python’s proper brilliant innit?")
73

8-
94
if __name__ == "__main__":
105
output_text()

0 commit comments

Comments
 (0)