Skip to content

Commit 1016516

Browse files
authored
Update README.md
1 parent 49156d4 commit 1016516

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

README.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,6 @@ The variables are created the moment when you assign a value to it.
1919

2020
# Strings
2121
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

Comments
 (0)