We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 442ab20 commit 23dad34Copy full SHA for 23dad34
README.md
@@ -13,6 +13,6 @@ Python is a General Purpose, High-Level, Interpreted, Dynamically typed and Obje
13
*Flexibility
14
15
# Variables
16
-Variables are containers for storing data types
+Variables are containers for storing data types.
17
The variables are created the moment when you assign a value to it.
18
-lan = 'Python'
+**lan = 'Python'**
0 commit comments