Files
2025-09-13 14:39:22 +08:00

6 lines
79 B
Plaintext

def foo ( x ) : <EOL>
<INDENT>
print ( x ) <EOL>
<OUTDENT>
foo ( x = 1 ) <EOL>