N
N
NikName56542020-07-24 10:36:00
Python
NikName5654, 2020-07-24 10:36:00

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

2 answer(s)
M
Maxim, 2020-07-24
@NikName5654

I'm giving you a picture so you can guess =)
CD2m1Ly.png
If you haven't guessed, here's a hint for you .

S
Saboteur, 2020-07-24
@saboteur_kiev

You need to read https://pythonru.com/osnovy/python-print in its entirety.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question