Answer the question
In order to leave comments, you need to log in
I am a beginner programmer, can anyone explain what is written in the print?
for i in range(1,10):
for j in range(1,10):
print("%4d" % (i*j), end='')
print()
https://habr.com/ru /post/458362/
Answer the question
In order to leave comments, you need to log in
I'm giving you a picture so you can guess =)
If you haven't guessed, here's a hint for you .
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question