Skip to content

Instantly share code, notes, and snippets.

@Kanhalelor
Created April 27, 2021 14:53
Show Gist options
  • Save Kanhalelor/7617cc879780d42e0334833b13f2e353 to your computer and use it in GitHub Desktop.
Save Kanhalelor/7617cc879780d42e0334833b13f2e353 to your computer and use it in GitHub Desktop.
list_of_astronauts = []
for item in range(len(names)):
list_of_austronauts.append(names[item]['name'])
for astronaut in list_of_astronauts:
print(astronaut)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment