Advertisement
Atalanttore

Shorter Better way 1

May 29th, 2020
1,693
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.20 KB | None | 0 0
  1. if item1 and item2:
  2.     if item3 and item4:
  3.         print("God Mode")
  4.     elif item3 or item4:
  5.         print("Half God Mode")
  6.     else:
  7.         print("Quarter God Mode")
  8. else:
  9.     print("Regular Mode")
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement