1998Abu commited on
Commit
4814a81
·
verified ·
1 Parent(s): 406eb4a
Files changed (1) hide show
  1. app.py +3 -0
app.py ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ a = 10
2
+ b = 5
3
+ print(a+b)