4 lines
83 B
Python
4 lines
83 B
Python
#!/usr/bin/python3
|
|
import sys
|
|
for line in sys.stdin:
|
|
print('the:0.6 a:0.3 :01') |