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

jupyter notebook syntax error #2

Closed
fearless0611 opened this issue Aug 17, 2021 · 3 comments
Closed

jupyter notebook syntax error #2

fearless0611 opened this issue Aug 17, 2021 · 3 comments

Comments

@fearless0611
Copy link

Error for syntax even thought the code is correct ( Editor used - Jupyter notebook )
code written : first_name = "Jack"
print(first_name)

Error shown :


NameError Traceback (most recent call last)
in
1 # Exercise 3
----> 2 print(first_name)

NameError: name 'first_name' is not defined

@ms3452
Copy link
Collaborator

ms3452 commented Aug 18, 2021

This seems to be an issue unrelated to this repository and I will therefore close it. Please refer to the jupyter notebook repository at https://github.com/jupyter/notebook.

@ms3452 ms3452 closed this as completed Aug 18, 2021
@fearless0611
Copy link
Author

fearless0611 commented Aug 18, 2021

Yeah am extremely sorry for that , I am new to Github and didn't know where to post and later realized I've posted the issue in a wrong repository . Thanks for the info

@ms3452
Copy link
Collaborator

ms3452 commented Aug 18, 2021

No worries. I wasn't sure where to refer you to but I hope you found the information you were searching for.

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

2 participants