You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you change the code to test random numbers... Also, 240956571387 always fails.
import random
for i in range(50000):
n = random.randint(10000000, 1000000000000)
if isOdd(n, model) != ((n % 2) == 1):
print(f'Test {n} Failed!')
return
The text was updated successfully, but these errors were encountered:
If you change the code to test random numbers... Also, 240956571387 always fails.
The text was updated successfully, but these errors were encountered: