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