mirror of
https://github.com/IgorL123/mafia_api.git
synced 2026-09-23 23:20:19 +00:00
12 lines
144 B
Python
12 lines
144 B
Python
# 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))
|