Skip to content

Instantly share code, notes, and snippets.

@Kanhalelor
Created April 27, 2021 14:54
Show Gist options
  • Save Kanhalelor/ecdc861452f774c6404ab92a72efc561 to your computer and use it in GitHub Desktop.
Save Kanhalelor/ecdc861452f774c6404ab92a72efc561 to your computer and use it in GitHub Desktop.
craft_and_name = clean_data['people']
for name in range(len(names)):
print('Craft:', names[name]['craft'],"\n", "Astronaut:", names[name]['name'])
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment