klank-docs/temp.py

4 lines
96 B
Python
Raw Normal View History

2025-01-07 10:51:20 +00:00
from slugify import slugify
print('hello from python!')
print(slugify("i used to have spaces"))