InterviewSolution
Saved Bookmarks
| 1. |
Write valid Python expressions for the following. (x=5,y=6,z=7) a) value of X to be increased by 50 b) variable y should be assign with z2c) value of X and Y need to be interchanged. d) to display output as X = 5 |
|
Answer» Write valid PYTHON expressions for the following. (x=5,y=6,z=7) a) VALUE of X to be increased by 50 b) variable y should be assign with z2 c) value of X and Y NEED to be interchanged. d) to display output as X = 5Explanation:SORRY |
|