6 lines
64 B
Plaintext
6 lines
64 B
Plaintext
|
# -*- mode: python -*-
|
||
|
# name: print
|
||
|
# key: p
|
||
|
# --
|
||
|
print(f'$0')
|