Image 1 of 1: ‘A line of Python code, print(atom_name[0]), demonstrates that using the zero index will output just the initial letter, in this case ‘h’ for helium.’
A line of Python code, print(atom_name[0]),
demonstrates that using the zero index will output just the initial
letter, in this case ‘h’ for helium.