Go back to...
Description
Script example to demonstrate the use of:
- including a part of a package (from ...import)
- getting user input
- showing messages to the user by using the print statement
- using functions by using the def statement
- using try, except, else construction to avoid problems during running the script
File