paranormal-or-skeptic/solution.py

21 lines
641 B
Python
Raw Normal View History

2020-03-09 00:22:05 +01:00
import re
import sys
for line in sys.stdin:
2020-03-09 12:18:18 +01:00
if re.search(r'UFO|paranormal|UFOs|video|night|house|saw|camera|lights|light|alien|aliens|ghost|object|dream|sky|room|ufo|craft|happened|sightings|footage|dreams|sleep', line):
2020-03-09 00:22:05 +01:00
print("P")
else:
print("S")
2020-03-09 12:18:18 +01:00
"""
happened|sightings|footage|dreams|sleep|videos|experiences|weird|objects|flying|strange|ET|photo|moving|fake|sighting|door|ghosts|looks|bed|spirits|paralysis|pictures|glitch|shadow|picture|space|photos|looked|phenomena|contact|spirit|stories|phenomenon|window|ufos|haunted|lol|creepy|lanterns|dark|scared|cameras|balloon|seen|beings|disclosure|story
"""