RavenChrstn

Untitled

Sep 24th, 2021
1,468
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.09 KB | None | 0 0
  1. N = int(input())
  2.  
  3. if 1 < N < 1000:
  4.     for x in range(10):
  5.         print(f"{x+1} x {N} = {(x+1)*N}")
Advertisement
Add Comment
Please, Sign In to add comment