Output of the following code:
X=17
ifX>=17:
X+=10
else:
X-=10
print(X)
Answers
Answered by
1
Answer:
free dimand and I will send it to
Answered by
0
Answer:
27
Explanation:
if the x>=17: (is true)
x+=10
the the x=17+10
=27
Similar questions
Math,
2 months ago
English,
5 months ago
Math,
5 months ago
Computer Science,
10 months ago
Science,
10 months ago
World Languages,
10 months ago