• A from m1 import f1, f2
  • B from m1 import *
  • C import m1
  • D import f1, f2 from m1
  • Share this MCQ