You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: