Forum Discussion
- rraghvaniChampion Level 3
- rraghvaniChampion 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_jamadarOccasional 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