web-dev/hws/hw-2/show_employee.py
2026-02-13 15:01:19 +03:00

3 lines
76 B
Python

def show_employee(name, salary=100000):
return f"{name}: {salary}"