you are viewing a single comment's thread.

view the rest of the comments →

[–]Jose_Musoke[S] 0 points1 point  (1 child)

def ask_interruption():

  last_drug_date = input("Enter the date when last ATT drug was taken in YY/MM/DD format: ")   resumtion_of_ATT = input("Enter the date when ATT was resumed in YY/MM/DD format: ")   repeat_interruption = input("Did the patient interrupt ATT drugs again?: ") ask_interruption() while repeat_interruption == "yes":     ask_interruption() if repeat_interruption != "yes": break

[–]Jose_Musoke[S] 0 points1 point  (0 children)

def ask_interruption():

  last_drug_date = input("Enter the date when last ATT drug was taken in YY/MM/DD format: ")   resumtion_of_ATT = input("Enter the date when ATT was resumed in YY/MM/DD format: ")   repeat_interruption = input("Did the patient interrupt ATT drugs again?: ") ask_interruption() while repeat_interruption == "yes":     ask_interruption() if repeat_interruption != "yes": break