diff --git a/DAY 6 : lets review b/DAY 6 : lets review new file mode 100644 index 0000000..b068abb --- /dev/null +++ b/DAY 6 : lets review @@ -0,0 +1,4 @@ +N = int(input()) + +for i in range(1, 11): + print(str(N) + " x " + str(i) + " = " + str(N * i))