

InterviewSolution
Saved Bookmarks
1. |
What is the value of F and L after the execution of following program ? F=3 L=13 If F>L: F+=L: F=F+F L=L+F F-=F print(F) print(L) in python |
Answer» hsyw81happy 28th birthday wishes and a lovely Christmas one thanks to the cleaners-the and the lovely LADY and thanks again and GRATEFUL to all that system for all your effort ☺❤you will not EVEN have to wait until you are here EXPLANATION:you are |
|