import sys import re for i in sys.stdin: F = re.match('\(\d+\.?\d+,\s\d+\.?\d+\)', i) if -90