print("input a: ")
a = input()
b = a * 20
print(str(a) + " = " + str(b))`
Hi guys, I'm newbie with python. i'm give a = 1, the result is "1 = 11111111111111111111". Same a = 2, the result is "2 = 22222222222222222222". I don't know the reason. help me