Write a python program to take three names as input from a user in the single input() function call.
belongs to collection: Python Input and Output Exercises
All Answers
total answers (1)
belongs to collection: Python Input and Output Exercises
total answers (1)
Hint:
split()
function to get three individual namesSolution:
need an explanation for this answer? contact us directly to get an explanation for this answer