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

Mercury not recognized #5

Open
AlanReviews opened this issue Nov 13, 2020 · 0 comments
Open

Mercury not recognized #5

AlanReviews opened this issue Nov 13, 2020 · 0 comments

Comments

@AlanReviews
Copy link

AlanReviews commented Nov 13, 2020

I am trying to extract the mercury element's attributes.

Here is a sample of my code when I am trying to extract the mercury element:

import periodic
from periodic import element
someElement = element('Mercury')
print(someElement.symbol)

I got this error:
Traceback (most recent call last):
File "c:\Users\Alan\Documents\VSCodeWorkspace\testing\periodic-testing.py", line 4, in
print(someElement.symbol)
AttributeError: 'NoneType' object has no attribute 'symbol

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