Computer Science, asked by omi812007, 4 months ago

10 Searching in a list:-

Create a list named my_list and input 5 numbers in the list, input a number named val and check whether that number exist in the list or not. For example

My_list= 90,34,5,33,55

Val= 34

Output:- Yes

Val= 100

Output:- No

Answers

Answered by aakashupadhyay60
0

Answer:

What is the value of ‘i’ (an integer variable) in the expression i = 2/3? Is it ‘0’? If yes, explain why

Similar questions