4 lines
96 B
Python
4 lines
96 B
Python
|
from slugify import slugify
|
||
|
|
||
|
print('hello from python!')
|
||
|
print(slugify("i used to have spaces"))
|