Computer Science, asked by nupurkandu, 11 months ago

Evaluate the given expression by using idle as a calculator .
a.100*(56%10)//3-6​

Answers

Answered by gauravarduino
0

Explanation:

elif...else branching is used to execute a particular section. User-defined functions add() , subtract() , multiply() and divide() evaluate respective operations.

Answered by krvaibhav2006
0

Answer:

194

Explanation:

Type the equation 100*(56%10)//3-6 after the python prompt ( >>> ) in IDLE and you will get the answer 194

Similar questions