4 lines
110 B
Python
4 lines
110 B
Python
def trust_identity():
|
|
print('Which identity would you like to trust?')
|
|
identity = input('Identity: ')
|