#this program is a vocab review tool for Sports Medicine Unit 1 at AK High School #type in a vocab term and recieve the definiton i = str(raw_input("Please enter a vocab term: ")) print i if i == "Cramer Kids": print "Developed first liniment for sprained ankles and played a major role in the establishment of Sports Medicine." if i == "Galan": print "First unofficial athletic trainer, practiced in ancient Rome." if i == "NATA": print "National Athletic Trainers Association, establlished in 1950 to establish professional standards." if i == "ACSM": print "American College of Sports Medicine." if i == "The Trainers Bible": print "Dr. SE Bilk's 1917 book, first major text on subject of Sports Medicine." if i == "Athletes Circle of Care": print "All induviduals involved in the care of the athlete." if i == "Certified Strength and Conditioning Specialist": print "CSCS; A specialist who designs and implements a safe and effective strength and conditioning program." if i == "CSCS": print "Certified Strength and Conditioning Specialist; A specialist who designs and implements a safe and effective strength and conditioning program." if i == "National Athletic Trainers Association": print "NATA; National Athletic Trainers Association, establlished in 1950 to establish professional standards." if i == "Family and Team Doctor": print "The primary physician caring for the athlete." if i == "Massage Therapist": print "Provides pain relief through muscle manipulation." if i == "Physical Therapist": print "Involved with the evaluation and rehabilitaion of injury." if i == "PT": print "Physical Therapist; Involved with the evaluation and rehabilitaion of injury." if i == "Physician Assistant": print "PA; A practitioner working interdependently with the physician." if i == "PA": print "Physician Assistant; A practitioner working interdependently with the physician." if i == "Sports Psychologist": print "Helps athletes recover through emotional support and motivation." if i == "Sports Medicine": print "The study and application of scientific and medical knowledge to aspects of exercise and injury prevention." "Recognized as Allied Health Profession by the AMA in 1991." if i == "Sports Nutritionist": print "Designs special diets to enhance athletic performance." if i == "SAT": print "Student Athletic Trainer; an invaluable asset to a successful high school or college AT Program. They gain valuable experience as well as enable the head AT to spend more time taking care of the entire program." if i == "Student Athletic Trainer": print "SAT; an invaluable asset to a successful high school or college AT Program. They gain valuable experience as well as enable the head AT to spend more time taking care of the entire program." if i == "ATR": print "Athletic Training Room; Multipurpose facility that accomodates athletic training needs." if i == "Athletic Training Room": print "ATR; Multipurpose facility that accomodates athletic training needs." if i == "GFI": print "Ground Fault Interruptor; Used instead of traditional outlets in areas where contact with water is likely because they prevent the circuit from shorting out." if i == "Ground Fault Interruptor": print "GFI; Used instead of traditional outlets in areas where contact with water is likely because they prevent the circuit from shorting out." if i == "
Run
Reset
Share
Import
Link
Embed
Language▼
English
中文
Python Fiddle
Python Cloud IDE
Follow @python_fiddle
Browser Version Not Supported
Due to Python Fiddle's reliance on advanced JavaScript techniques, older browsers might have problems running it correctly. Please download the latest version of your favourite browser.
Chrome 10+
Firefox 4+
Safari 5+
IE 10+
Let me try anyway!
url:
Go
Python Snippet
Stackoverflow Question