Skip to content

Instantly share code, notes, and snippets.

#!/usr/bin/env python2
while True:
command = raw_input()
if command == "quit" or command == "exit":
break
elif command == "usi":
print("id name engine27")