Run Code
|
API
|
Code Wall
|
Users
|
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
Please
log in
to post a comment.
BinarySearchTree implementation in Python 3.5.2
Code
PyRegSplit
playing around with python
sum of odd numbers
Mapping polish letters to german ones
7 Segment Display
Python code
replace
shuru11
Please log in to post a comment.