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

input vs raw_input #1

Open
jonsolomon opened this issue Apr 9, 2020 · 0 comments
Open

input vs raw_input #1

jonsolomon opened this issue Apr 9, 2020 · 0 comments

Comments

@jonsolomon
Copy link

Line 6 filename = input("Enter your PDF file name: ") was causing an error in the next line. Updated with filename = raw_input("Enter your PDF file name: ") and resolved. did not push the change as I wanted to let you know first.

Would like to see these inputs as command line arguments :)

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

1 participant