Public Telegram Archive
Channels About
Cyprus_iT chat
@badcyprus · supergroup · filtered by Alex Novik
Alex Novik 2021-10-07 14:10 UTC document
Illia Hai
print "********************\n" и так 10 раз :)
📄 Document (not supported)
No text content
Alex Novik 2021-10-07 14:13 UTC
Unknown
А с помощью циклов?
а с помощью циклов надо 3 минуты почитать Python для начинающих )
простейший же цикл
Alex Novik 2021-10-07 14:34 UTC
Кривой способ от нуба с одним циклом )
s='*'*200
chars_per_line = 20
for i in range(0, len(s), chars_per_line):
print(s[i:i+chars_per_line])
4 messages on this day