In python, what is the command for asking first name , last name and ID in a single line but to display the ID in a different line?
Answers
Answered by
0
Answer:
bagsjsusbgwjwgwfwhsyshsvfs
Answered by
1
Answer:
first_name = input("Enter First name:")
last_name = input("Enter Last name:")
id = input("Enter ID:")
print(first_name, + last_name)
print(id)
Explanation:
Hope it will help you
Similar questions
Environmental Sciences,
1 month ago
Hindi,
1 month ago
English,
1 month ago
Social Sciences,
2 months ago
Math,
9 months ago
English,
9 months ago
Geography,
9 months ago