aboutsummaryrefslogtreecommitdiff
path: root/2025/10/a.py
diff options
context:
space:
mode:
Diffstat (limited to '2025/10/a.py')
-rw-r--r--2025/10/a.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/2025/10/a.py b/2025/10/a.py
new file mode 100644
index 0000000..5fdb11b
--- /dev/null
+++ b/2025/10/a.py
@@ -0,0 +1,6 @@
1import fileinput
2
3with fileinput.input() as lines:
4 for line in lines:
5 ...
6

Generated with cgit - Back to sebastiano.tronto.net