• + 0 comments

    Python 3.x: for i in range(1, 11): print(f"{n} x {i} = {n*i}")