5 lines
89 B
Python
Executable file
5 lines
89 B
Python
Executable file
#!/bin/env python
|
|
from pyority_queue import sum_as_string
|
|
|
|
|
|
print(sum_as_string(10, 15))
|