I need help with a list of basic Python list Instructions Will upvote!
Posted: Sun May 15, 2022 8:18 am
I need help with a list of basic Python list Instructions
Will upvote!
WSU={"dept":"Tech", "Student":"abs", "Instructor":"def"} Check whether the dictionary "WSU" has a key called "building" or not using if-else statement Cerate and print a list "list1" with the following elements: 1,2,4,9,34,55 Create and print a list "list2" with the following elements: 40,56,39,6,90 Add list1 and list2 that and name the new list as “list” and print it Sort the elements for the list that you created in Q9 and print it Remove element "90" from the "list" Storac Find out the number of element in the "list" We've tu To optim Storage
Will upvote!
WSU={"dept":"Tech", "Student":"abs", "Instructor":"def"} Check whether the dictionary "WSU" has a key called "building" or not using if-else statement Cerate and print a list "list1" with the following elements: 1,2,4,9,34,55 Create and print a list "list2" with the following elements: 40,56,39,6,90 Add list1 and list2 that and name the new list as “list” and print it Sort the elements for the list that you created in Q9 and print it Remove element "90" from the "list" Storac Find out the number of element in the "list" We've tu To optim Storage