Examveda

What will be the output of the following code:
import os
print(os.getcwd())

A. The current working directory

B. An error will occur

C. os

D. C:UsersuserDocuments

Answer: Option A


This Question Belongs to Python Program >> Module In Python

Join The Discussion

Related Questions on Module in Python