fork(2) download
  1. # your code goes here
  2. import re
  3. print(re.match('[A-Z][a-z]+?[A-Z]', 'Hello-World'))
  4.  
Success #stdin #stdout 0.04s 9312KB
stdin
Standard input is empty
stdout
None