Files
gitbook/test/fixtures/PAGE.MD
T
2014-03-31 11:57:16 -07: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