Flying high

Report a typo

It's time for fantastic adventures! You are going to another planet on a giant spaceship. Each large ship needs a large crew, so there's no chance of knowing everyone in person.

Help the captain to identify the crew. Read a person's name from the input and find the identity integer.

Write a program in Python 3
name = input()

# Save the identity number of `name` here
id_card = ...
___

Create a free account to access the full topic