Q:

Program to Check if a Number is Positive, Negative or 0 | Python

0

Program to Check if a Number is Positive, Negative or 0 | Python

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

a = 5
b = 10

temp = a
a = b
b = temp

print('The value of a after swapping: {}'.format(a))
print('The value of b after swapping: {}'.format(b))

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now