Advertisement
Amorf

Untitled

Jun 2nd, 2022
649
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.13 KB | None | 0 0
  1.     def game_progress():
  2.         player_text.delete('1.0', END)
  3.         ClientSocket.send(str.encode("play"))
  4.         recv_round_text()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement