Beispiel #1
0
def run1():
    return f(1 * max((1, '2', "3")))
Beispiel #2
0
def run1():
    return f(1 * max((1, "2", "3")))
Beispiel #3
0
def run0():
    return f(1 * max(1, 2, 3))
Beispiel #4
0
def run0():
    return f(1 * max(1, 2, 3))