From e79941feb984b4f900e2e4ec20bda65ea520960c Mon Sep 17 00:00:00 2001 From: Liana Date: Tue, 27 Jan 2026 19:41:05 +0200 Subject: [PATCH] commit file --- Python_module_1/first_1.py | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 Python_module_1/first_1.py diff --git a/Python_module_1/first_1.py b/Python_module_1/first_1.py new file mode 100644 index 0000000..976f9fc --- /dev/null +++ b/Python_module_1/first_1.py @@ -0,0 +1,2 @@ +#/home/liana/venv/it_school_python/bin/python +print("Hello world, from me")