Skip to content

Commit fb2d448

Browse files
committed
Merge pull request #351 from marios-zindilis/master
Fixed minor typo.
2 parents 2305cf9 + 6923b0f commit fb2d448

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

en/python_introduction/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ Congrats! Booleans are one of the coolest features in programming, and you just
397397

398398
# Save it!
399399

400-
So far we've been writing all our python code in the intepreter, which limits us to one line of code at a time. Normal programs are saved in files and executed by our programming language __interpreter__ or __compilier__. So far we've been running our programs one line at a time in the Python __interpreter__. We're going to need more than one line of code for the next few tasks, so we'll quickly need to:
400+
So far we've been writing all our python code in the intepreter, which limits us to one line of code at a time. Normal programs are saved in files and executed by our programming language __interpreter__ or __compiler__. So far we've been running our programs one line at a time in the Python __interpreter__. We're going to need more than one line of code for the next few tasks, so we'll quickly need to:
401401

402402
- Exit the Python interpreter
403403
- Open up our code editor of choice

0 commit comments

Comments
 (0)