Preview:
name = "Duhita"
print("hello " + name)

name = "Isha"
print("hello " + name)
EXERCISE
a = input("a:")
b = input("b:")
c = a
a = b
b = c
print("a = "+a)
print("b = "+b)
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter