We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49156d4 commit 1016516Copy full SHA for 1016516
1 file changed
README.md
@@ -19,3 +19,6 @@ The variables are created the moment when you assign a value to it.
19
20
# Strings
21
A string is a sequence of a characters. Ex:- text = 'Python'
22
+
23
+# Interpreter
24
+Interpreter translates line-by-line and executes the first line before going to the next line.
0 commit comments