def myFunction():
print("This is 'myFunction()'")
def main():
myFunction()
if __name__ == "__main__":
# main() called below only executes when NOT imported from another script.
# You can call main() from another script if you need to execute it.
main()
Python Solutions
Sitemap | Copyright © 2017 - 2024 Mechatronic Solutions LLC
Web site by www.MechatronicSolutionsLLC.com | | 22.7650 ms