Computer Science, asked by ujjwalmani2003, 5 months ago

35. >>>print(10 in (1,2,3,10])=?​

Answers

Answered by anindyaadhikari13
3

Answer:-

10 is in the list.

So,

output:- True.

Output:-

True.

Answered by BrainlyProgrammer
1

Answer:

QUESTION:

  • >>>print(10 in (1,2,3,10])=?

Answer:

  • True
Similar questions