Closed bsmoo closed 7 years ago
Hey,
What's your preferred method of reading multiple inputs? such as the below:
!calendar 2016-05-25 busy
There are two approaches I use:
re.findall(r'!calendar (\w*) (\w*)')
Hey,
What's your preferred method of reading multiple inputs? such as the below: