def to_dictionary(names: list) -> dict: """ Make a dictionary from a l - Pastebin.com
Pastebin.com is the number one paste tool since 2002. Pastebin is a website where you can store text online for a set period of time.
pastebin.com
def to_dictionary(names: list) -> dict:
""" Make a dictionary from a list of names.
aram names
: list of all the names
:return: dictionary {"name:sex": number} """
pass