InterviewSolution
Saved Bookmarks
| 1. |
2. Pind the write the output of the following python code: 2def evaluate(A=40,B=50):A=A+BB=A-Bprint (A,'@',B)return AP=100Q=150P-evaluate(P,Q)print (P,'@', Q)Q=evaluate(Q).print (P,'@', Q) |
|
Answer» I don't KNOW hahahhahahha sorry |
|