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
Get step-by-step solutions from verified subject matter experts
