Question: a = input ( ' Input numbers separated by a space' ) b = a . split ( ) Which of the following will be

a = input('Input numbers separated by a space')
b=a.split()
Which of the following will be TRUE if the user inputs data as asked?
Select one:
a. An exception will be raised
b. b will reference a list of strings
c. b will reference a list of numbers
d. b will reference an integer or a float
e. b will reference a string
a = input ( ' Input numbers separated by a space'

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!