commit 799c8c84f7f3433abd6fe40a52e2093870d67bb2 Author: Hizenberg469 Date: Wed Mar 5 14:15:49 2025 +0530 first commit 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'....{}.....{