We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
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(...)
The text was updated successfully, but these errors were encountered:
Closing against: #24460 I think they are rooted from same problem.
Sorry, something went wrong.
anthonykim1
No branches or pull requests
Testing #23994
Testing the repl, the output of
os.getcwd()
is not printed for me by default. I had to add a call toprint(...)
to see itThe text was updated successfully, but these errors were encountered: