I am using a python file. I want to call another python code. Is there any way by which i can return data from 2nd python code to calling python code. Anything like function returns value to calling function.
相关问题
- how to define constructor for Python's new Nam
- streaming md5sum of contents of a large remote tar
- How to get the background from multiple images by
- Evil ctypes hack in python
- Correctly parse PDF paragraphs with Python
Get everything into classes and functions and read a lot about importing modules
I must admit I don't see the problem:
test1.py
:test2.py
:Output when running
test2.py
: