Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Email_Python
orders = "" # вставлять сюда 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
(P3) Zadanie Kolokwium 2013: Trójkąty i trójkąty
Подсчет функции
TCS Digital phase 1 12 july 2019
Contact Class
Game4
A list is shuffled and reshuffled till the 0th index of the list matches
Rishika
RCM Distributor info.
Removing punctuation from strings
PyNamedTuple