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
0
Answer:
exit the rahul
output is exit the rahul
Similar questions