Python: Difference between revisions
No edit summary |
|||
Line 110: | Line 110: | ||
# 33 | # 33 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
;Notes | |||
* <code>re.match</code> will return None if there is no match | |||
===Spawning Processes=== | ===Spawning Processes=== |
No edit summary |
|||
Line 110: | Line 110: | ||
# 33 | # 33 | ||
</syntaxhighlight> | </syntaxhighlight> | ||
;Notes | |||
* <code>re.match</code> will return None if there is no match | |||
===Spawning Processes=== | ===Spawning Processes=== |