Question: Please do it with Python. #Problem 1 #Chip Brownie made a mistake and allowed any value to be entered for the number of brownies ordered

Please do it with Python.

#Problem 1

#Chip Brownie made a mistake and allowed any value to be entered for the number of brownies ordered #Use a for loop to separate out the strings from the integers and put them in separate lists (stringList and intList) #Print out the string list and the integer list.

# Code your answer in this code block

user_inputs = ['two', 1, 'three', 3, 2, 4, 'four', 'seven', 'two', 1, 'five', 'one', 'nine', 9, 6]

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 Databases Questions!