From 799c8c84f7f3433abd6fe40a52e2093870d67bb2 Mon Sep 17 00:00:00 2001 From: Hizenberg469 Date: Wed, 5 Mar 2025 14:15:49 +0530 Subject: [PATCH] first commit --- Basic/hello-world.py | 3 +++ Basic/wiki.txt | 22 ++++++++++++++++++++++ 2 files changed, 25 insertions(+) create mode 100644 Basic/hello-world.py create mode 100644 Basic/wiki.txt diff --git a/Basic/hello-world.py b/Basic/hello-world.py new file mode 100644 index 0000000..5338631 --- /dev/null +++ b/Basic/hello-world.py @@ -0,0 +1,3 @@ +var = '12345' + +print(var[0:2]) \ No newline at end of file diff --git a/Basic/wiki.txt b/Basic/wiki.txt new file mode 100644 index 0000000..278cfcc --- /dev/null +++ b/Basic/wiki.txt @@ -0,0 +1,22 @@ +-> String: + + Multi-line string: + For ex: + ''' + Hello + There + ''' + + Formatting String: + + for python 3: + f'....{}.....{