mirror of
https://github.com/Xevion/exercism.git
synced 2026-02-01 02:24:24 -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.'
|