What will be the output for the following Python code?
x = True
y = -156
print(bool(y)+ x)
Answers
Answered by
0
Answer:
y=-156 is the correct answer
I hope you understand friend
Similar questions