comparison example/simple_arith.py @ 0:211b0df72e64

Hello world!
author Emmanuel Gil Peyrot <linkmauve@linkmauve.fr>
date Sun, 29 May 2016 19:15:02 +0100
parents
children
comparison
equal deleted inserted replaced
-1:000000000000 0:211b0df72e64
1 a = 3
2 b = a
3 c = b + int(a)
4 print(c)