Computer Science, asked by sandhumeenakshi7, 4 months ago

Solve this: x= 100 x += 50 print(x) in pythan​

Answers

Answered by Anonymous
19

Answer:

This is incorrect input in python

how will out put come

input write this way see explanation

Explanation:

x=(100)

y=(50)

sum= float(x)+(y)

print (x,y,sum)

than output is 150

Answered by naseemalileef
2

Answer:

mark the above answer as brainliest

Similar questions