3 lines
109 B
Python
3 lines
109 B
Python
def chi_sono(unit, tool):
|
|
print(f'{__name__}: {unit} - {tool}')
|
|
return f'{__name__}: {unit} - {tool}' |