This website requires JavaScript.
Explore
Help
Sign In
s444498
/
challenging-america-word-gap-prediction
Watch
1
Star
0
Fork
0
You've already forked challenging-america-word-gap-prediction
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
ebe71330aa
challenging-america-word-ga...
/
run.py
4 lines
83 B
Python
Raw
Normal View
History
Unescape
Escape
example solution
2023-03-29 12:04:10 +02:00
#!/usr/bin/python3
import
sys
for
line
in
sys
.
stdin
:
change probability to prevent infinity
2023-03-29 12:12:26 +02:00
print
(
'
the:0.6 a:0.3 :01
'
)
Reference in New Issue
Copy Permalink