π Step 2: Import modules
- Import the
randommodule.
π Note
This lets us select random words from ourwords.txtfile using functions likerandom.choice(...)
π‘ Hint
To use all functions from a module: import moduleName
β Checker
Import module
Type or paste your code and run.
Note: Make sure to save your code in your script.py file.