302_import_multi.py 91 B

1234
  1. import os, math
  2. assert repr(os) == "<module 'os'>"
  3. assert repr(math) == "<module 'math'>"