4 lines
79 B
Python
4 lines
79 B
Python
#!/usr/bin/python3
|
|
import sys
|
|
for line in sys.stdin:
|
|
print('the:0.2 a:0.1') |