Capitalize!

  • + 1 comment

    def solve(s): cap = s.title() return cap

        title() method which is used to captalize the all first character thr string in python