Problem of the day
Current streak:
0 days
Longest streak:
3 days
Less
More
def replaceSpaces(str):
return str.replace(" ","@40")