🌈 搜索
📅  最后修改于: 2022-03-11 14:55:23.079000             🧑  作者: Mango
a=input("enter the number whose table you want to see") for i in range(0,11): print( %s,'x',i,'=' , %s *i,(a))