Skip to content

Commit 5aa191a

Browse files
committed
Adding completed LPTHW exercises
1 parent 4a42646 commit 5aa191a

File tree

2 files changed

+0
-7
lines changed

2 files changed

+0
-7
lines changed

ex01.py

-4
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,3 @@
77
print('Yay! Printing.')
88
print("I'd much rather you 'not'.")
99
print('I "said" do not touch this.')
10-
11-
12-
13-
3

ex03.py

-3
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,3 @@
2828
print("Is it greater?", 5 > -2)
2929
print("Is it greater or equal?", 5 >= - 2)
3030
print("Is it less or equal?", 5 <= - 2)
31-
32-
33-
3

0 commit comments

Comments
 (0)