We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Testing #23994
Testing the repl, the output of os.getcwd() is not printed for me by default. I had to add a call to print(...) to see it
os.getcwd()
print(...)