+ 1
The use of Functional Programming
i write a function in one pycharm sheet and use it in same sheet.but i want use it in another sheet.how i can?
2 Answers
+ 3
Use modules
https://docs.python.org/3/tutorial/modules.html
+ 1
Thank you.it is ok
i write a function in one pycharm sheet and use it in same sheet.but i want use it in another sheet.how i can?