Skip to content
New issue

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

Changes in section "Python OS" #124

Merged
merged 5 commits into from
Jan 22, 2021
Merged

Conversation

ksharshveer
Copy link
Contributor

Added few answers to questions. Also, combined two questions into one, because one was almost a subset of another. (At least based on my answer)

I am new to contributing and stuff. Please let me know if I do something wrong, etc. Thanks.

@surister surister self-requested a review January 22, 2021 11:36
Copy link
Owner

@bregman-arie bregman-arie left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you for submitting this PR. Can you make some minor changes and basically wherever possible, just print immediately the result instead of setting it in a variable first?

README.md Outdated

import os

current_working_directory = os.getcwd()
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

print(os.getcwd())

@bregman-arie bregman-arie merged commit 69cfa85 into bregman-arie:master Jan 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants