Hello sorry again for being an inconvenience I finished some parts of my code and I'm making a text and call option and when I hit type in text it does call first and then goes to text and I don't know why this Error is happening
I'm trying my best to figure it out but I'm coming up nothing
""
Py
Contacts=['jack','megan','cotten]
if sub_search_contacts in contacts :
time.sleep(1)
print("call \n\ntext\n")
sub_search_text=input("would like to call or text \n")
if sub_search_text=='call' :
time.sleep
print("calling...")
If sub_search_text=='text' :
time.sleep(1)
print("loading text...")
""""
Does anyone know how I could work and make it so that just prints text and doesn't go to calling cuz both are if statements