filmov
tv
Python Lesson 29: Arithmetic Operations Part 2d: Simple Calculator
![preview_player](https://i.ytimg.com/vi/r0sP-yVv0mQ/maxresdefault.jpg)
Показать описание
In this lesson, the calculator is upgraded where it will now complete a multiplication operation. This lesson demonstrates the use of a function that has a parameter list. In this lesson, the multiplication function will require two argument values supplied while the main() function is running. Once the function is called, it will then return the result of multiplying those values back to main() to be printed out.