InterviewSolution
Saved Bookmarks
| 1. |
Write the corresponding Python assignment statement. a) Assign 10 to a variable height and 20 to a variable weight. b) Assign the sum of height and weight to a variable total |
|
Answer» ONG>Answer: Explanation: a)LENGTH = 10 Breadth = 20 . I don't answer for b |
|