b=1
a=int(input('숫자를 입력하세요'))
while b<10:
      print(a,'*',b,'=',a*b)
      b=b+1

Total
Today
Yesterday