Skip to content

Test 240956571387 Failed! #1

@Kino1994

Description

@Kino1994

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

Test Failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions