print("play khet Henri") fm=open("logi.txt","w") a=raw_input() fm.write(a+"\n") from random import choice y=a.split() if y[1] == ("R"): varv=("R") else: varv=("S") if varv == "R": a=raw_input() y=1 while y != 0: a=a.split() x=a[6:] koik=[] for r in x: koik.append(r[1:3]) red=[] for r in x: if r[0] == "R": red.append(r[1:3]) silver=[] for r in x: if r[0] == "S": silver.append(r[1:3]) if ("00") in red: red.remove("00") if ("97") in silver: silver.remove("97") suvaline=choice(red) tegevus=["C", "c"] if suvaline[1:2] != "0": muutuja=int(suvaline) - 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("1") if suvaline[1:2] != "7": muutuja=int(suvaline) + 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("7") if suvaline[0:1] != "8": muutuja=int(suvaline) + 10 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("5") if suvaline[0:1] != "0": muutuja=int(suvaline) - 10 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("3") if suvaline[0:1] != "8": if suvaline[1:2] != "0": muutuja=int(suvaline) + 10 muutuja=int(muutuja) - 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("2") if suvaline[0:1] != "8": if suvaline[1:2] != "7": muutuja=int(suvaline) + 10 muutuja=int(muutuja) + 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("8") if suvaline[0:1] != "0": if suvaline[1:2] != "7": muutuja=int(suvaline) - 10 muutuja=int(muutuja) + 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("6") if suvaline[0:1] != "0": if suvaline[1:2] != "0": muutuja=int(suvaline) - 10 muutuja=int(muutuja) - 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("0") if suvaline == "01": if ("2") in tegevus: tegevus.remove("2") if suvaline == "11": if ("1") in tegevus: tegevus.remove("1") if suvaline == "21": if ("0") in tegevus: tegevus.remove("0") if suvaline == "20": if ("3") in tegevus: tegevus.remove("3") if suvaline == "07": if ("5") in tegevus: tegevus.remove("5") if suvaline == "06": if ("8") in tegevus: tegevus.remove("8") if suvaline == "16": if ("7") in tegevus: tegevus.remove("7") if suvaline == "26": if ("6") in tegevus: tegevus.remove("6") if suvaline == "27": if ("3") in tegevus: tegevus.remove("3") otsus=("R" + str(suvaline) + str(choice(tegevus))) print(otsus) a=raw_input() fm.write(a+"\n") if varv =="S": a=raw_input() y=1 while y != 0: a=a.split() x=a[6:] #print(x) koik=[] for r in x: koik.append(r[1:3]) red=[] for r in x: if r[0] == "R": red.append(r[1:3]) silver=[] for r in x: if r[0] == "S": silver.append(r[1:3]) if ("00") in red: red.remove("00") if ("97") in silver: silver.remove("97") suvaline=choice(silver) tegevus=["C", "c"] if suvaline[1:2] != "0": muutuja=int(suvaline) - 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("1") if suvaline[1:2] != "7": muutuja=int(suvaline) + 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("7") if suvaline[0:1] != "9": muutuja=int(suvaline) + 10 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("5") if suvaline[0:1] != "1": muutuja=int(suvaline) - 10 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("3") if suvaline[0:1] != "9": if suvaline[1:2] != "0": muutuja=int(suvaline) + 10 muutuja=int(muutuja) - 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("2") if suvaline[0:1] != "9": if suvaline[1:2] != "7": muutuja=int(suvaline) + 10 muutuja=int(muutuja) + 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("8") if suvaline[0:1] != "1": if suvaline[1:2] != "7": muutuja=int(suvaline) - 10 muutuja=int(muutuja) + 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("6") if suvaline[0:1] != "1": if suvaline[1:2] != "0": muutuja=int(suvaline) - 10 muutuja=int(muutuja) - 1 if muutuja < 10: muutuja="0"+str(muutuja) if str(muutuja) not in koik: tegevus.append("0") if suvaline == "77": if ("5") in tegevus: tegevus.remove("5") if suvaline == "76": if ("8") in tegevus: tegevus.remove("8") if suvaline == "86": if ("7") in tegevus: tegevus.remove("7") if suvaline == "96": if ("6") in tegevus: tegevus.remove("6") if suvaline == "70": if ("5") in tegevus: tegevus.remove("5") if suvaline == "71": if ("2") in tegevus: tegevus.remove("2") if suvaline == "81": if ("1") in tegevus: tegevus.remove("1") if suvaline == "90": if ("3") in tegevus: tegevus.remove("3") if suvaline == "91": if ("0") in tegevus: tegevus.remove("0") otsus=("S" + str(suvaline) + str(choice(tegevus))) print(otsus) a=raw_input() fm.write(a+"\n")