mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-22 10:33:22 +00:00
360 B
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 ....