DEBSOURCES
Skip Quicknav
sources / micropython / 1.25.0%2Bds-1 / tests / cmdline / repl_autoindent.py
12345678910111213141516
# tests for autoindent if 1: print(1) if 0: print(2) else: print(3) if 0: print(4) else: print(5)