Solve this: x= 100 x += 50 print(x) in pythan
Answers
Answered by
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
2
Answer:
mark the above answer as brainliest
Similar questions
Computer Science,
3 months ago
Social Sciences,
3 months ago
Math,
6 months ago
Science,
10 months ago
Physics,
10 months ago