Computer Science, asked by VishishtPal, 13 hours ago

For the list given below, write a statement to check and print, if element Rahul exists in the list or not:
List2 = [‘Neha’, ‘Shounak’, ‘Rahul’, ‘Mitali’]
[Note: Expected output is : True]

Answers

Answered by ithapallichenchurani
0

Answer:

exit the rahul

output is exit the rahul

Similar questions