Advertisement
Amorf

Untitled

Jun 2nd, 2022
595
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Python 0.34 KB | None | 0 0
  1.     def no():
  2.         response = ClientSocket.recv(1024)
  3.         answer = response.decode('utf-8')
  4.         if answer == "y/n":
  5.             ClientSocket.send(str.encode("n"))
  6.             messagebox.showinfo("End_of_the_round", "The round will end after the dealer's move")  # сделать вывод в label ОЧКИ
  7.         recv_text()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement