HomeMAL' // MANUFACTORUM
datacrypt
Piton / tests / errors / funcdef_in_while.py
tests/errors/funcdef_in_while.py47 B
while False:
    def a():
        print_int(1)