fork download
  1. s = "line3 askdjfoqwuerulksdfjl"
  2. if s.startswith("line") and len(s) > 4 and s[4].isdigit():
  3. print("Found")
Success #stdin #stdout 0.01s 9016KB
stdin
Standard input is empty
stdout
Found