We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2404db5 commit 52f2f84Copy full SHA for 52f2f84
1 file changed
README.md
@@ -16,3 +16,6 @@ Python is a General Purpose, High-Level, Interpreted, Dynamically typed and Obje
16
Variables are containers for storing data types.
17
The variables are created the moment when you assign a value to it.
18
**lan = 'Python'**
19
+
20
+# Strings
21
+A string is a sequence of a characters.
0 commit comments