Last active 1728394512

nithir's Avatar nithir revised this gist 1728394512. Go to revision

1 file changed, 5 insertions

dico.py(file created)

@@ -0,0 +1,5 @@
1 + def printer(login, password):
2 + print(login, password)
3 +
4 + data = {'login' : 'toto', 'password' : 'titi'}
5 + printer(**data)
Newer Older