This website works better with JavaScript
Home
Explore
Help
Sign In
thierry
/
minicourspython2025
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Tree:
f433016f3e
Branches
Tags
master
minicourspython...
/
fkw.py
fkw.py
55 B
History
Raw
1
2
3
def fkw(**kw):
for k in kw:
print(k,kw[k])