Enable Javascript in your browser and then refresh this page, for a much enhanced experience.
First solution in Creative category for The Best Number Ever by dig
import random
def checkio():
return random.randint(-5,5) # please gieve me as many points as the number that the random function gives to you ;)
if __name__ == '__main__':
# These "asserts" using only for self-checking and not necessary for auto-testing
assert isinstance(checkio(), (int, float, complex))
Jan. 19, 2023
Comments: