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» Explanation: a)Length = 10 Breadth = 20 . I don't answer for b |
|