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

Properly define raw_input() in Python 3 #325

Merged
merged 2 commits into from
Jul 16, 2018
Merged

Properly define raw_input() in Python 3 #325

merged 2 commits into from
Jul 16, 2018

Conversation

cclauss
Copy link
Member

@cclauss cclauss commented Jul 2, 2018

raw_input() was removed in Python 3 in favor of input(). This change ensure similar functioning in both Python 2 and Python 3.

cclauss added 2 commits July 2, 2018 10:11
__raw_input()__ was removed in Python 3 in favor of __input()__.  This change ensure similar functioning in both Python 2 and Python 3.
@christianbender christianbender merged commit ee92291 into TheAlgorithms:master Jul 16, 2018
@cclauss cclauss deleted the patch-5 branch July 16, 2018 22:57
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