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:

a) l = 10 b = 20

Explanation:

a)LENGTH = 10

Breadth = 20 . I don't answer for b



Discussion

No Comment Found