learn-python/e3.py

14 lines
186 B
Python
Raw Normal View History

2023-06-07 17:58:34 -04:00
# Exercise 3
# Task:
'''
Print the following:
- Sum of 5 and 10
- Difference of 5 and 10
- Product of 5 and 10
- Quotient of 5 and 10
- Remainder of 5 and 10
Do not use variables.
'''