Files
gitbook/test/fixtures/PAGE.md
T
2014-04-04 20:04:49 +02:00

360 B

Python basics

Python is a nice language, you can add stuff. Bla bla bla.

Lets jump into an exercise :


It's dead simple, c must be the sum of a and b

a = 1
b = 2
a = 1
b = 2
c = a + b
assert(c, 3)

Some more nice content ....

Cool stuff

Link to another Markdown file