Hey everyone i made a code to find lines that starts with adres however it doesnt work, any ideas would be appreciated.
def verial():
#aşama 1 adres satırını alıyoruz.
adressatırlistesi=[]
satırsayısı=0
input = text1.get("1.0",'end-1c')
for line in input:
satırsayısı=satırsayısı+1
if line.startswith("Adres"):
büroEntry.insert(0,"öyleyse dans")
