added /start_game

This commit is contained in:
ada-dmitry
2023-08-23 16:02:18 +03:00
parent 0b2580592a
commit 8101ab3c7c
3 changed files with 29 additions and 8 deletions
+11
View File
@@ -0,0 +1,11 @@
# for i in range(0):
# print(i)
# d = dict
# print(d)
import random
a = ["a", "b", "c", "d", "e", "f", "g"]
print(role_distribution(a))