Skip to content

Commit 23dad34

Browse files
authored
Update README.md
1 parent 442ab20 commit 23dad34

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,6 @@ Python is a General Purpose, High-Level, Interpreted, Dynamically typed and Obje
1313
*Flexibility
1414

1515
# Variables
16-
Variables are containers for storing data types
16+
Variables are containers for storing data types.
1717
The variables are created the moment when you assign a value to it.
18-
lan = 'Python'
18+
**lan = 'Python'**

0 commit comments

Comments
 (0)