Forum Discussion
rraghvani
Champion Level 3
Like so,
def one():
Log.Message("One");
def two():
Log.Message("Two");
def main():
one();
two();
If you run main(), it will call one() and two()
aafreen_jamadar
2 years agoOccasional Contributor
Thankyou, and what if I were to run multiple python scripts under the same project?
Related Content
- 9 years ago
Recent Discussions
- 2 days ago
- 2 days ago
- 5 days ago