Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- class MyClass:
- good = True
- pi = 3.14
- tau = 6.28
- bad = False
- spam = MyClass()
- def the_flying_circus():
- # Start coding here!
- if spam.good == True:
- if spam.pi == spam.tau / 2 and spam.pi == 3.14:
- if False or not False and True == False:
- if 3 < 4 and 3**2 + 1 <= 10 - 1 - 1 + 2:
- if 19 >= 9*3:
- c = spam.tau
- elif 19 != 2:
- c = spam.pi
- else:
- return True
Advertisement
Add Comment
Please, Sign In to add comment