y=1
x=7
x+=2
if x==9:
print(“Now, the value of x is 9”)
else:
print(“The value of x never achieves 9”)
Answers
Answered by
0
Answer:
this is the easy Formula
Similar questions