VenkyPas commited on
Commit
b5df92a
·
1 Parent(s): 7d49f35

Removed test.py

Browse files
Files changed (1) hide show
  1. test.py +0 -10
test.py DELETED
@@ -1,10 +0,0 @@
1
-
2
- a = 10
3
- b = 15
4
-
5
- print("%d + %d = %d" % (a, b, a+b))
6
-
7
- print("%d / %d = %0.2f" % (b, a, b/a))
8
-
9
-
10
- print("÷")