hi
This commit is contained in:
6
3.py
Normal file
6
3.py
Normal file
@@ -0,0 +1,6 @@
|
||||
print(5 + 10)
|
||||
print(5 - 10)
|
||||
print(5 * 10)
|
||||
print(5 / 10)
|
||||
print(5 % 10)
|
||||
|
||||
Reference in New Issue
Block a user