Move History

Rooted by: Return 1!
Fork Selected
  • Code
    def should_return_1():
        return 10000000000000000000000000000 / 10000000000000000000000000000
    #33333333333333
    Test Cases
    test.assert_equals(should_return_1(), 1)
  • Code
    • def should_return_1():
    • return 1000000000000000000000000000 / 1000000000000000000000000000
    • return 10000000000000000000000000000 / 10000000000000000000000000000
    • #33333333333333