for multiplication of a number by 5

 num = input("input the number and we will add it : ")

print(int(num)* 5)

Comments

Popular posts from this blog