Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Emails_Python
orders = "" # вставлять сюда orders_mass = orders.split(';') i = 0 result = '' for value in orders_mass: if (i == 99): result += value + '\n' + '\n' i = 0 else: result += value + ';' i += 1 print(result)
run
|
edit
|
history
|
help
0
Partition To 2 Equal Sum Subsets From An Array of Integers
Girrafe
hi
calculate the sum of string 201test70de88qa ( only numbers)
quizcorrect
sum of odd numbers
linked_lists_2+decisions
sensi cod
string without space into list
nth root