+ 3
PlzzzZ answer me what is wrong in my code
10 ответов
+ 9
Remove while True condition.
Also change the multiplication function to multiply.
https://code.sololearn.com/ceFgx1Lpsi6y/?ref=app
+ 2
For divide and multiplication defined method and called method are different
https://code.sololearn.com/cVwceIB0YkAV/?ref=app
+ 1
Can u correct and send to me
+ 1
It will raise an error that name multiply and divide is not defined.You change name of multiplication to multiply or change the calling function to multiplicationYou can change the division function to divide or in calling a function you can change it to divsion.Here you need to give three inputs else it will give EOF while reading an input.
0
Ok wait
0
I attached a code check it out.
0
No but still my code is showing eorrr
0
Can u specify for what input are u getting error...bcz it's working fine for me so...
0
It is showing that
0
is this okay
https://code.sololearn.com/ca15a19a20A2