here is the code I am trying to fix: the program runs but never returns covid negative even if I answer with a no, what would the correct syntax be to write this statement?
elif question1 and question2 and question3 and question4 and question5 and question6 == "NO":
    print(name)
    print(gender)
    print(number)
    print(adress)
    print("COVID-19 Negative")
    neg_counter = neg_counter + 1
 
    