Converting string cases
def name(a): f = a.title() return f
Experiment with this code on Gitpod.io
⬅ Back