Programming (Year 12)
Modules
Which of the following is the correct way to import a module in Python?
import module_name
#include module_name
module_name.import()
using module_name
Next