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

7 lines
86 B
Plaintext

def func ( ) : <EOL>
<INDENT>
x = 1 <EOL>
class my_class : <EOL>
<INDENT>
y = x <EOL>