psf/black code formatting (#1421)
* added sol3.py for problem_20 * added sol4.py for problem_06 * ran `black .` on `\Python`
This commit is contained in:
committed by
Christian Clauss
parent
11e2207182
commit
7592cba417
@@ -11,6 +11,7 @@ a=daBcd and b="ABC"
|
||||
daBcd -> capitalize a and c(dABCd) -> remove d (ABC)
|
||||
"""
|
||||
|
||||
|
||||
def abbr(a, b):
|
||||
"""
|
||||
>>> abbr("daBcd", "ABC")
|
||||
|
||||
Reference in New Issue
Block a user