Computer Science, asked by chrisaaronj, 10 days ago

Write the corresponding Python expressions for the following mathematical expressions: [2]
(a)()abc222++ (b)5 – ye2y + 4y

Answers

Answered by shivamkumar969353
0

Answer:

The target of an assignment statement is written on the left side of the equal sign (=), and the object on the right can be an arbitrary expression that computes an object. Assignment creates object references instead of copying the objects. Python creates a variable name the first time when they are assigned a value.

Similar questions