MCPcopy Create free account
hub / github.com/geekcomputers/Python / play

Function play

tik_tak.py:99–104  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

97
98
99def play():
100 print_board()
101 p1_sign = input("\n\nplayer 1 chose your sign [0/x] = ")
102 p2_sign = input("player 2 chose your sign [0/x] = ")
103 enter_number(p1_sign, p2_sign)
104 print("\n\n\t\t\tDeveloped By :- UTKARSH MATHUR")
105
106
107if __name__ == "__main__":

Callers 1

tik_tak.pyFile · 0.70

Calls 2

enter_numberFunction · 0.85
print_boardFunction · 0.70

Tested by

no test coverage detected