Skip to content

Commit f9dd120

Browse files
committed
python tutorial amend
1 parent b0b4552 commit f9dd120

1 file changed

Lines changed: 3 additions & 7 deletions

File tree

python/lesson1/tutorial.md

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,11 @@ layout: page
33
title: Introduction to Python
44
---
55

6-
# Introduction to Python
7-
8-
Welcome to the first Python tutorial. We're going to look at getting Python up and running on your computer, then trying a few simple operations to get to grips with the development environment, the syntax and basic computation.
6+
Welcome to the first Python tutorial. We're going to look at getting Python up and running on your computer, then look at a few simple operations to get to grips with the development environment, the syntax and basic computation.
97

108
## Installation
119

12-
First thing, install Python.
13-
14-
On Mac, you already have Python.
10+
On Mac, you'll already have Python installed.
1511

1612
On Windows:
1713

@@ -110,7 +106,7 @@ The answer should go on forever, but it doesn't. This is because there is only a
110106

111107
### Concluding
112108

113-
Now let's combine what we have learnt today. We can tell `print` to print multiple things at once, separated by a space:
109+
Now let's combine what we have learnt today. We can tell `print` to print multiple things at once, separated by a comma:
114110

115111
print 'The result of 2 + 2 is', 2 + 2
116112

0 commit comments

Comments
 (0)