File size: 58 Bytes
490c7f9
 
 
b36eb00
 
 
 
1
2
3
4
5
6
7
---
license: apache-2.0
---
a = 1
b = 2
c = a + b
print(c)