Computer Science, asked by rajeevshreyas3099, 1 year ago

Which of the following data structures can be used with the "in" operator to check if an item is in the data structure?

Answers

Answered by luk3004
2

list,set and dictionary  The "in" operator can be used with all 3 of these data structures.

Answered by Sidyandex
0

A rundown is an information structure that holds an arranged gathering of things for example you can store an arrangement of things in a rundown.

This is anything but difficult to suppose you can think about a shopping list where you have a rundown of things to purchase, then again, actually you likely have every thing on a different line in your shopping list though in Python you place commas in the middle of them.

The rundown of things ought to be encased in square sections with the goal that Python comprehends that you are indicating a rundown.

When you have made a rundown, you can include, expel or scan for things in the rundown.

Since we can include and expel things, we state that a rundown is a changeable information type for example this sort can be modified.

Similar questions