mirror of
https://github.com/Xevion/exercism.git
synced 2025-12-08 08:07:07 -06:00
'init'
This commit is contained in:
2
python/two-fer/two_fer.py
Normal file
2
python/two-fer/two_fer.py
Normal file
@@ -0,0 +1,2 @@
|
||||
def two_fer(name='you'):
|
||||
return f'One for {name}, one for me.'
|
||||
Reference in New Issue
Block a user