PdfPrep.com

Which is wrong with the Python module time introduction method?

Which is wrong with the Python module time introduction method?
A . import time
B . from time import *
C . import time as t
D . from time

Answer: D

Exit mobile version