0
Help plz
If Iâm making a calculator in python would I use a function? Iâm still pretty new but would like to know if this would work? Example code: us = input(âenter numberâ) ub = input(âenter number again:â) Def function1(âub + usâ): Print(function1)
5 RĂ©ponses
+ 3
you could, if you want to be able to make multiple calculations. else, it isn't needed
+ 2
Check out the answers to this question.
https://www.sololearn.com/Discuss/1485997/?ref=app
+ 1
ok ty for letting me know tho preciate it man
+ 1
hello
0
ty