joey1895's picture
Update README.md
b36eb00
---
license: apache-2.0
---
a = 1
b = 2
c = a + b
print(c)