mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-06 05:15:02 -06:00
3 lines
67 B
Python
3 lines
67 B
Python
def two_fer(name='you'):
|
|
return f'One for {name}, one for me.'
|