import randomclass Rami: """This is Rami, also known by his nickname, Random Paradox.""" def is_awake(): return bool(random.getrandbits(1)) if is_awake() == true: print("Hello.") else: print("zZzZ")
Already a member? Sign in
By continuing, you agree to Planet Minecraft's Terms of Use and Privacy Policy