Skip to content

Commit b443c0c

Browse files
committed
After Course section4
1 parent 075bbaf commit b443c0c

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

Section4/.idea/Section4.iml

Lines changed: 4 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Section4/.idea/misc.xml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Section4/lecture42/Program1.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@
44
var2 = False
55
print("logical and : ", (var1 and var2))
66
print("logical or : ", (var1 or var2))
7-
print("logical not : ", not(var1))
7+
print("logical not : ", not var1)

0 commit comments

Comments
 (0)