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

Day 19 - Line 199 and 202 #132

Closed
FreezeRasis opened this issue Feb 25, 2021 · 1 comment
Closed

Day 19 - Line 199 and 202 #132

FreezeRasis opened this issue Feb 25, 2021 · 1 comment

Comments

@FreezeRasis
Copy link

199
if os.path.exist('./files/example.txt'):
->
if os.path.exists('./files/example.txt'):

202
os.remove('The file does not exist')
->
print('The file does not exist')

I'm a new learner so if I'm wrong please forgive me.

iatenine added a commit to iatenine/30-Days-Of-Python that referenced this issue Feb 28, 2021
Exists in comment block so doesn't raise issue, fix addresses Asabeneh#132
@iatenine
Copy link

Looks like you're right, got a PR pending now

@Asabeneh Asabeneh closed this as completed Jul 8, 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

No branches or pull requests

3 participants