a=10
b=20
a=a^b
b=a^b
a=a^b
print(a,b)
a) 10 20
b) 10 10
c) 20 10
d) 20 20
What will be the output of the following Python code if a=10 and b =20?
-
answerhappygod
- Site Admin
- Posts: 899604
- Joined: Mon Aug 02, 2021 8:13 am
What will be the output of the following Python code if a=10 and b =20?
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!