Advertisement
quantumech

Untitled

Jul 9th, 2020
996
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.11 KB | None | 0 0
  1. def is_true(val):
  2.     if not val == True:
  3.         return False
  4.     else:
  5.         return not is_true(not val)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement