Skip to content
4 changes: 3 additions & 1 deletion please_mess_with_me.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,7 @@
b = 1
c = True

print(a + b)
# Introduce even more chnages
# And more
#print(a + b)
print(b + c)