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
Answers
Answered by
0
Answer:
a) l = 10 b = 20
Explanation:
a)Length = 10
Breadth = 20 . I don't answer for b
Similar questions