challenging-america-word-ga.../run.py

7 lines
184 B
Python

#!/usr/bin/python3
import sys
for line in sys.stdin:
if "United" in line:
print('States:0.2 Kingdom:0.2 :0.6')
else:
print('the:0.2 be:0.2 to:0.2 and:0.1 :0.3')