From 1febc55ffc9850bf9e69fd5dd2c00bcfcfe53bb1 Mon Sep 17 00:00:00 2001 From: Delphy Date: Tue, 28 Nov 2023 11:08:05 +0400 Subject: [PATCH] Another file added --- another.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 another.py diff --git a/another.py b/another.py new file mode 100644 index 0000000..de3e0a3 --- /dev/null +++ b/another.py @@ -0,0 +1,3 @@ + +name = input() +print(f'Hi, {name}')