We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6676170 commit decae34Copy full SHA for decae34
README.md
@@ -1,2 +1,14 @@
1
-# Python-Basics
2
-This repository contains phyton basic examples
+# Python Basics Repository
+
3
+This repository contains tutorials on the basics of Python programming. Each notebook covers a different fundamental concept.
4
5
+## Notebooks
6
7
+- [Literals in Python](Literals_in_Python.ipynb)
8
+- [Operators in Python](Operators_in_Python.ipynb)
9
+- [Type Conversion](Type-Conversion.ipynb)
10
+- [Python Data Types](python-data-types.ipynb)
11
+- [Taking User Input](taking-users-input.ipynb)
12
+- [Print Function](print-function.ipynb)
13
14
+Feel free to explore these notebooks and enhance your Python skills.
0 commit comments