Computer Science, asked by harenivaish345, 4 months ago

What possible outputs(s) are expected to be displayed on screen at the timeof

execution of the program from the following code?
p, q =10,20 # Line 1
p, q = q, p # Line 2
print(p, q) # Line 3
q, r = p - 2, p + 2
print(p, q, r) # Line 4
p = "Hello World" # Line 5

Answers

Answered by ashish7838
2

first mark me brainly.

then I will give your answer.

Similar questions