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