Single Choice Not Set

QWhat will be the output after the following statements?
import os
x = os.getcwd()
print(x)

ID: #4099 Python RegEx Module MCQ 204 views
Question Info
#4099Q ID
Not SetDifficulty
Python RegEx Module MCQTopic

Choose the Best Option

Click any option to instantly check if you're correct.

  • A Name of the operating system
  • B Version of the operating system
  • C The current working directory
  • D Name of the current file
Correct Answer

Explanation

The current working directory

Share This Question

Challenge a friend or share with your study group.

Related MCQ Questions