<aside>
💡 Use this template to create guidelines for all of the engineers on your team. Add a table of contents by typing /table of
and pressing enter
.
</aside>
https://www.youtube.com/watch?v=WYCBr_ZhJVs
+ - * / % // **
print(10 + 20)
30
print(20 - 10)
10
print(3 * 5)
15
print(7/2)