Untitled
Anonymous
plain_text
12/18/2024 6:54 PM
176 B
20
Indexable
liste=["a","b","c"]
hedef_harf=input("Aradığınız Harfi Girin ")
if hedef_harf in liste:
print("listede mevcut")
else:Editor is loading...
Leave a Comment
liste=["a","b","c"]
hedef_harf=input("Aradığınız Harfi Girin ")
if hedef_harf in liste:
print("listede mevcut")
else: