You are viewing a single comment's thread. Return to all comments →
Couldn't agree more.. My code:
import re print(*re.split(r'[.,]+', input().strip('., ')), sep='\n')
Seems like cookies are disabled on this browser, please enable them to open this website
Re.split()
You are viewing a single comment's thread. Return to all comments →
Couldn't agree more.. My code: