[python]
Q1)predict the output of the following:
p,q = 3,5
q,r = p-2,p+2
print(p,q,r)
Answers
Answered by
3
Answer:
In 1st step p q value is 3 and 5
In 2nd step q occupies the value 1
Answer 3 1 5
Answered by
7
answer : final output=3,1,5
Explanation:
p,q=3,5
q,r=3-2,3+2
so q=1 and r=5
Similar questions
Physics,
5 months ago
Social Sciences,
5 months ago
Chemistry,
5 months ago
Math,
11 months ago
Hindi,
1 year ago