mirror of
https://github.com/elicpeter/nyx.git
synced 2026-06-21 20:18:06 +02:00
4 lines
72 B
Python
4 lines
72 B
Python
def with_clean():
|
|||
with open("data.txt", "r") as f:
|
|||
f.read()
|