mirror of
https://github.com/bendtherules/pytry.git
synced 2026-08-18 13:53:01 +00:00
6 lines
200 B
Python
6 lines
200 B
Python
letters=["a","e","c","t","r","s","o"]
|
|
words=["rate","rose","cat","at","ate","actor","eat","car","roast","star","start","soccer","cast","sore","arc","art","toe","sort"]
|
|
guess=raw_input()
|
|
print(guess)
|
|
|