0
How to create user module in python
2 ответов
+ 2
Tulit Bavne ,
we can create user defined modules. they can contain your own functions.
we can import these modules and then access the functions.
see a basic sample made especially for the work with playground:
https://sololearn.com/compiler-playground/c0D2kB6cFnBq/?ref=app
0
You can easily modify or use the inbuilt user module in the python django framework.