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

7 lines
184 B
Python
Raw Permalink Normal View History

2023-03-29 11:28:26 +02:00
#!/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')