Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- print(" ")
- print(" ")
- print(" ")
- print(" ")
- print(" ")
- print("________________________________________________________ ")
- #regularity, pr, qr, st, and arate are inactive for future development
- '''regularity = input("Is it regular? ")
- pr = input("What is the pr length? ")
- qr = input("How wide is the QRS? ")
- st = input("Is there ST elevation? ")
- arate = input("What is the atrial rate? ")'''
- vrate = input("What is the ventricular rate? ")
- def asystole():
- if vrate == '0':
- print(" ----------YOUR RESULTS HERE--------- ")
- print(" Asystole!")
- print(" ------------------------------------ ")
- else:
- vtach()
- def vtach():
- if vrate >= '160':
- qrswidth = input("Is the QRS wide or narrow? ")
- if qrswidth == "wide" or "Wide" or "WIDE" or "wIDE":
- print("V-TACH!")
- elif qrswidth == "narrow" or "nARROW" or "NARROW" or "nARROW":
- print("SVT!")
- else:
- print("done")
- """
- elif qrswidth == "narrow" or "nARROW" or "NARROW" or "nARROW":
- print("SVT!")
- else:
- print("move along")
- """
- print(" ")
- print(" ")
- #print(" ----------YOUR RESULTS HERE--------- ")
- asystole()
- #print(" ------------------------------------- ")
- print(" ")
- print(" ")
Advertisement
Add Comment
Please, Sign In to add comment