Computer Science, asked by rathoredeepti639, 4 months ago

x, y= 5,10
x y = x + 5, y+10
print ("x=", x, end = '@
print ( "y= ",y) ​

Answers

Answered by ds454676
0

Explanation:

x,y = 10+5 =15

answer

Xprint = 5

y print=10

Answered by Anonymous
1

Answer:

\huge \mathbb{ \underline \purple{Input:}}

x, y= 5,10

x, y = x + 5, y+10

' ' 'here, x= x+5 = 5+5 = 10,similarly, y=y+10=10+10=20' ' '

print ("x=", x, end =' ' )

print ( "y= ",y)

 \huge \mathbb{ \underline\purple {Output:}}

x= 10

y= 20

Similar questions