From 3a391ca377b58745a2a7ef0c0e3de389fc61d935 Mon Sep 17 00:00:00 2001 From: Neuf Date: Mon, 15 Sep 2025 02:30:54 +0500 Subject: [PATCH] =?UTF-8?q?=D0=A3=D0=B4=D0=B0=D0=BB=D0=B5=D0=BD=D1=8B=20?= =?UTF-8?q?=D0=BB=D0=B8=D1=88=D0=BD=D0=B8=D0=B5=20=D1=84=D0=B0=D0=B9=D0=BB?= =?UTF-8?q?=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Module16/helloworld.py | 1 - main.py | 1 - 2 files changed, 2 deletions(-) delete mode 100644 Module16/helloworld.py delete mode 100644 main.py diff --git a/Module16/helloworld.py b/Module16/helloworld.py deleted file mode 100644 index 9ea5ec5..0000000 --- a/Module16/helloworld.py +++ /dev/null @@ -1 +0,0 @@ -print('Hi there!') \ No newline at end of file diff --git a/main.py b/main.py deleted file mode 100644 index adb3730..0000000 --- a/main.py +++ /dev/null @@ -1 +0,0 @@ -print("My name is Alisher") \ No newline at end of file