Q:

Accept any three string from one input() call

0

Accept any three string from one input() call

All Answers

need an explanation for this answer? contact us directly to get an explanation for this answer

str1, str2, str3 = input("Enter three string").split()
print(str1, str2, str3)

need an explanation for this answer? contact us directly to get an explanation for this answer

total answers (1)

Similar questions


need a help?


find thousands of online teachers now