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»

ANSWER:

a) L = 10 B = 20

Explanation:

a)Length = 10

Breadth = 20 . I don't answer for b



Discussion

No Comment Found