Using multiple statement, write the corresponding Python assignment statements.
a) Assign 32 to variable length and 40 to the variable breadth
b) Assign the values 2000, 0.3 and 2 years to the variables p, r and t.
c) Assign the values 12, 2.5, 6 to the variable t.
(pls answer if you are sure that you answer is correct)
Answers
Answered by
1
Explanation:
a) length =10
breadth= 20
b) sum= ( length + breadth )/2
c) stationary=['paper', gel pen','eraser']
d) first="Mohandas "
middle="Karamchand "
last =" Gandhi"
Attachments:
Similar questions