Dashboard Temp Share Shortlinks Frames API

devwajahat - HTMLify profile

files of /devwajahat/leetcode-easy-problems/Score-of-a-string(3110)/

/devwajahat/leetcode-easy-problems/Score-of-a-string(3110)/index.py
5 Views
0 Comments
class Solution(object):
def scoreOfString(self, s):
"""
:type s: str
:rtype: int
"""