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