Vidyalelo
Python · Q16

Module in Python

Programming · Python · question 16

Q16

Which of the following can be used to create a directory?

A.
os.mkdir()
Answer
B.
os.creat_dir()
C.
os.create_dir()
D.
os.make_dir()

Answer: Option A

Solution

Answer: Option A
No explanation is given for this question Let's Discuss on Board