Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Email_Python
orders = "1;2;3;4;5;7;7;sdf;sdf;3;df;sdg;e5y;4yh;rth;" # вставлять сюда orders_mass = orders.split(';') i = 0 result = '' for value in orders_mass: if (i == 99): result += value + '\n' + '\n' i = 0 elif (value == orders_mass[-1]): result += value else: result += value + ';' i += 1 print(result)
run
|
edit
|
history
|
help
0
HW L3
HW. InsertionSort in Descending order
(P3) Scrabble
Ex_039.py
add through function
cod
one
Game4
Юра и заселение
linked_lists_2+decisions