Swapping Two Variables in Python

 Swap two variables python example code:

a = 5
b = 10
a, b = b, a
print("a:", a)
print("b:", b)

Comments

Popular posts from this blog

PASSWORD GENERATOR PYTHON BOT

WiFi Hacking with python