You are viewing a single comment's thread. Return to all comments →
def fun(l): formatted_numbers = ["+91 " + num[-10:-5] + " " + num[-5:] for num in l] f(formatted_numbers) return fun
Seems like cookies are disabled on this browser, please enable them to open this website
Standardize Mobile Number Using Decorators
You are viewing a single comment's thread. Return to all comments →