Question: i need help with Python Question! note i need to use the return statement Given a list of ints, return true if the number 1

i need help with Python Question! note i need to use the return statement
i need help with Python Question! note i need to use the

Given a list of ints, return true if the number 1 appears exactly once in the list.and the number 2 appears exactly twice in the list. hasOneOneTwoTwos ([1,2,4,6,2,4,7]) True hasOneOneTwoTwos ([3,1,6,6,7,5,1,2]) False hasOneOneTwoTwos ([2,2,1]) True Save, Compile, Run (ctrl-enter)

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!