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
Принцип наименьшего времени Ферма
BasicFunctions.py
Assignment-3a
Knn (weights=distance)
list_copy_shallow_deep.py
Binary Search and Shell Sort in Python
Calculate Volume of Sphere
hw1
PyTypeClass
MBTI