X,y=9,5 then x,y,x=x+1,y+3,x+10 print (x,y) | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

X,y=9,5 then x,y,x=x+1,y+3,x+10 print (x,y)

1st Mar 2020, 2:32 PM
Manmeet Singh Bhatia
Manmeet Singh Bhatia - avatar
2 Answers
+ 4
x,y = 9,5 x,y,x=x+1,y+3,x+10 #x=9+1=10 #y=5+3=8 #x=10+10=20 print(x,y) #prints "20 8"
1st Mar 2020, 2:52 PM
👑 Prometheus 🇸🇬
👑 Prometheus 🇸🇬 - avatar
0
20 8
1st Mar 2020, 5:59 PM
ANJALI SAHU