Print Command

a = 7
b = 5
print(str(a) + str(b))


Output?