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

I cannot use input() #419

Closed
j-f-paris opened this issue Jul 5, 2023 · 2 comments
Closed

I cannot use input() #419

j-f-paris opened this issue Jul 5, 2023 · 2 comments
Labels
duplicate This issue or pull request already exists

Comments

@j-f-paris
Copy link

Odeon:/Documents/Courses/1306/Python$ more codonTest.py
""" Test codon compatibility """
name = ""
name = input("What's your name? ")
print("So, your name is", name)
Odeon:
/Documents/Courses/1306/Python$ python3 codonTest.py
What's your name? Bill
So, your name is Bill
Odeon:/Documents/Courses/1306/Python$ codon run codonTest.py
codonTest.py:3:8-13: error: name 'input' is not defined
jfparis@Odeon:
/Documents/Courses/1306/Python$

@elisbyberi
Copy link

Duplicate of #96

@inumanag
Copy link
Contributor

Thank you, @elisbyberi.

@inumanag inumanag added the duplicate This issue or pull request already exists label Jul 26, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
duplicate This issue or pull request already exists
Projects
None yet
Development

No branches or pull requests

3 participants