6 lines
79 B
Plaintext
6 lines
79 B
Plaintext
def foo ( x ) : <EOL>
|
|
<INDENT>
|
|
print ( x ) <EOL>
|
|
<OUTDENT>
|
|
foo ( x = 1 ) <EOL>
|