Vocabulary Lesson 3
New: Page added on 12/30/2025.
New: Page added on 12/30/2025.
*For more info, review my Python tab above before proceeding.
Highlight starting at print('') all the way to the end of this page. Then right-click on the mouse and click copy. Start Python Idle, click File, drop down to New File, and paste the codes. Next, click "Run," then "Run Module." Save it with any name you like. Choose the correct answer from the list. It's a lot! You can close the program to exit out if you cannot finish it. Delete or add items to your liking. Note the simple codes and the pattern I used. Enjoy!
print('')
print('Let\'s learn new words!')
print('')
print('Type the words from the list to match the definitions!')
print('')
print(' surmounted elusive allusive')
print(' equine wane coveted')
print('')
answer='coveted'
yranswer=''
while yranswer != answer:
print('')
print('Greatly desired; worth having; desirable')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('Awesome! Way to go!')
answer='equine'
yranswer=''
while yranswer != answer:
print('')
print('Relating to a horse; a horse or other member of the horse family.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('Awesome! Way to go!')
answer='wane'
yranswer=''
while yranswer != answer:
print('')
print('decrease gradually in size, amount, intensity, or degree, decline.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' surmounted elusive allusive')
print(' equine wane coveted')
print('')
answer='surmounted'
yranswer=''
while yranswer != answer:
print('')
print('to overcome an obstacle; conquer. To ascend to the top. Triumph over hardship.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='elusive'
yranswer=''
while yranswer != answer:
print('')
print('Tending to elude capture, perception, comprehension, or memory; difficult to define.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('an allusive speech')
print('')
print('Awesome! Way to go!')
print('')
answer='allusive'
yranswer=''
while yranswer != answer:
print('')
print('Containing indirect references')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('Awesome! Way to go!')
print('')
print(' fraught imminent glower')
print(' frivolous eminent dubiously')
print('')
answer='glower'
yranswer=''
while yranswer != answer:
print('')
print('To look or stare angrily.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('Awesome! Way to go!')
answer='frivolous'
yranswer=''
while yranswer != answer:
print('')
print('Not important; silly')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('Awesome! Way to go!')
answer='dubiously'
yranswer=''
while yranswer != answer:
print('')
print('Arousing doubt; fraught with uncertainty.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' fraught imminent glower')
print(' frivolous eminent dubiously')
print('')
answer='fraught'
yranswer=''
while yranswer != answer:
print('')
print('Causing distress; emotional')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
answer='imminent'
yranswer=''
while yranswer != answer:
print('')
print('about to occur')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='eminent'
yranswer=''
while yranswer != answer:
print('')
print('well respected')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' illustrious preemptive sarcastic extrapolate ')
print(' triskaidekaphobia iota anomaly ')
print('')
answer='triskaidekaphobia'
yranswer=''
while yranswer != answer:
print('')
print('Abnormal fear of number 13.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='illustrious'
yranswer=''
while yranswer != answer:
print('')
print('well known; eminent')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='extrapolate'
yranswer=''
while yranswer != answer:
print('')
print('Using logic/reason to draw a conclusion. Estimate; infer without known facts.')
print('to project, deduce, infer, estimate, predict, or assume')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Extrapolation relies on existing data or trends to predict what might happen next.')
print('For example, if you know the population of a city has been increasing by 5% each year,')
print('you could extrapolate to estimate the population in the future.')
print('Awesome! Way to go!')
print('')
print('Awesome! Way to go!')
print('')
print(' illustrious preemptive sarcastic extrapolate ')
print(' triskaidekaphobia iota anomaly ')
print('')
answer='preemptive'
yranswer=''
while yranswer != answer:
print('')
print('Having the power to deter/prevent an anticipated situation or occurrence.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='anomaly'
yranswer=''
while yranswer != answer:
print('')
print('Deviation from the norm.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('Awesome! Way to go!')
print('')
print(' illustrious preemptive sarcastic extrapolate ')
print(' triskaidekaphobia iota anomaly ')
print('')
answer='iota'
yranswer=''
while yranswer != answer:
print('')
print('small amount')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='sarcastic'
yranswer=''
while yranswer != answer:
print('')
print('rude, discourteous')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('Awesome! Way to go!')
print('')
print(' analogous unbeknownst symbiosis')
print(' epitome onery parasitic ')
print('')
answer='analogous'
yranswer=''
while yranswer != answer:
print('')
print('similar; alike')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='epitome'
yranswer=''
while yranswer != answer:
print('')
print('summary or example')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='parasitic'
yranswer=''
while yranswer != answer:
print('')
print('Feeding off another organism without benefit to that organism.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' analogous unbeknownst symbiosis')
print(' epitome onery parasitic ')
print('')
answer='symbiosis'
yranswer=''
while yranswer != answer:
print('')
print('A relationship of mutual benefit or dependence.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='onery'
yranswer=''
while yranswer != answer:
print('')
print('mean spirited; cantankerous; disagreeable; contentious')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='unbeknownst'
yranswer=''
while yranswer != answer:
print('')
print('Not known.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Unbeknownst to me, she made all the arrangements.')
print('Awesome! Way to go!')
print('')
print(' fickle morose cohort ')
print(' sanguine spearhead ephemeral ')
print('')
print('')
answer='ephemeral'
yranswer=''
while yranswer != answer:
print('')
print('short-lived; anything short lived; lasting for a very short time. Similar: fleeting, passing, transitory.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='sanguine'
yranswer=''
while yranswer != answer:
print('')
print('color of blood. Cheerfully confident; optimistic.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='fickle'
yranswer=''
while yranswer != answer:
print('')
print('changing often and suddenly; capricious')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' fickle morose cohort ')
print(' sanguine spearhead ephemeral ')
print('')
answer='cohort'
yranswer=''
while yranswer != answer:
print('')
print('A group or band of people. A group of people who are around the same age, progressing through a program together etc.')
print('Is is a group of individuals who share a common characteristic or experience, often within a defined timeframe.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='spearhead'
yranswer=''
while yranswer != answer:
print('')
print('The driving force in a given action, endeavor, or movement.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='morose'
yranswer=''
while yranswer != answer:
print('')
print('Ill-tempered; depressed. Similar: gloomy, sullen, bad-tempered')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' digress euphemism reprehensible ')
print(' immaculate perky aphorism')
print('')
answer='immaculate'
yranswer=''
while yranswer != answer:
print('')
print('pure; free from spot/stain. Free from moral blemish.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='euphemism'
yranswer=''
while yranswer != answer:
print('')
print('A word used to replace a bad or unpleasant word.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Passed away as to died.')
print('Awesome! Way to go!')
answer='digress'
yranswer=''
while yranswer != answer:
print('')
print('To stray from the main subject.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' digress euphemism reprehensible ')
print(' immaculate perky aphorism')
print('')
answer='aphorism'
yranswer=''
while yranswer != answer:
print('')
print('Adage; a saying.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='perky'
yranswer=''
while yranswer != answer:
print('')
print('Confident or spirited. Buoyant; jaunty.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='reprehensible'
yranswer=''
while yranswer != answer:
print('')
print('Deserving severe rebuke or censure. Deplorable.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' deplorable spontaneity impetuous')
print(' apprehension imprudent presumptuous brash ')
print('')
answer='impetuous'
yranswer=''
while yranswer != answer:
print('')
print('Hasty; sudden and forceful energy or emotion. Impulsive and passionate. To act quickly and suddenly without thinking or being careful.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('"she smiled, gave him a quick impetuous hug, and ran out of the room"')
print('"she was impetuous to the point of being reckless"')
print('"these were the things I did in my wild and impetuous youth"')
print('Awesome! Way to go!')
answer='deplorable'
yranswer=''
while yranswer != answer:
print('')
print('Very bad or unpleasant.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='apprehension'
yranswer=''
while yranswer != answer:
print('')
print('The arrest or seizure of an individual, rather than a feeling of anxiety or understanding (less used as this).')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='tempestuous'
yranswer=''
while yranswer != answer:
print('')
print('...characterized by strong and turbulent or conflicting emotion. Similar: turbulent, stormy, wild, blustery')
print('People could be described as this if they\'re prone to violent mood swings and fits of passion. Impetuous is a synonym.')
print('The term more directly evokes the imagery of a violent storm, emphasizing the turbulent and chaotic nature of the emotions or events.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('"he had a reckless and tempestuous streak"')
print('"a tempestuous wind"')
print('A "tempestuous mood" refers to a volatile and turbulent emotional state, characterized by sudden, intense,')
print('and often violent changes in feeling, similar to a raging storm.')
print('Awesome! Way to go!')
print('')
print(' deplorable spontaneity impetuous')
print(' apprehension imprudent presumptuous brash ')
print('')
answer='spontaneity'
yranswer=''
while yranswer != answer:
print('Performed or occurring as a result of a sudden inner impulse or inclination and without premeditation or external stimulus.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='imprudent'
yranswer=''
while yranswer != answer:
print('')
print('Not showing care for the consequences of an action; rash.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='brash'
yranswer=''
while yranswer != answer:
print('')
print('Hasty and unthinking; impetuous; presumptuously forward; impudent')
print('Also, acting with a confident, aggressive, and often rude behavior that can be perceived as pushy or insensitive.')
print('It can also describe something that is tastelessly loud, showy, or brightly colored.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='presumptuous'
yranswer=''
while yranswer != answer:
print('')
print('(of a person or their behavior) failing to observe the limits of what is permitted or appropriate.')
print('similar: brazen, arrogant, bold, egotistical, overconfident')
print('Going beyond what is right or proper; arrogantly')
print('It is an adverb that describes someone acting with excessive boldness, entitlement, or disregard for proper procedure or authority.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('"I hope I won\'t be considered presumptuous if I offer some advice"')
print('"That was a phenomenal mistake and his own presumptuous arrogance led to his downfall."')
print('"it was presumptuous of you to call him"')
print('Awesome! Way to go!')
print('')
print(' adversity fret impertinent crossed')
print(' babel nepotism libel impish')
print('')
answer='impish'
yranswer=''
while yranswer != answer:
print('')
print('Inclined to do slightly naughty things for fun; mischievous.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='babel'
yranswer=''
while yranswer != answer:
print('')
print('A scene of noise and confusion.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('"The political debate turned into a babel of accusations and counter-accusations, making it difficult to follow the arguments".')
print('Awesome! Way to go!')
answer='nepotism'
yranswer=''
while yranswer != answer:
print('')
print('The practice among those with power or influence of favoring relatives, friends, or associates, especially by giving them jobs.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('"he promised an end to corruption and nepotism"')
print('Awesome! Way to go!')
answer='adversity'
yranswer=''
while yranswer != answer:
print('')
print('state of hardship and calamitous event. Difficulties; misfortune.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' adversity fret impertinent crossed')
print(' babel nepotism libel impish')
print('')
answer='fret'
yranswer=''
while yranswer != answer:
print('')
print('Be constantly or visibly worried or anxious. To be vexed or worried. To agitate.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='crossed'
yranswer=''
while yranswer != answer:
print('')
print('Means to be upset or angered by someone\'s actions, or to have been betrayed or taken advantage of.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='impertinent'
yranswer=''
while yranswer != answer:
print('')
print('Not showing proper respect; rude. Or not pertinent to a particular matter; irrelevant.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='libel'
yranswer=''
while yranswer != answer:
print('')
print('A published false statement that is damaging to a person\'s reputation; a written defamation.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' colt despond buck undeterred furlough reprove')
print(' mane doe slough of despond pollyannaish ')
print('')
answer='reprove'
yranswer=''
while yranswer != answer:
print('')
print('admonish; reprimand or censure (someone). Also: Rebuke, reproach, scold.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='mane'
yranswer=''
while yranswer != answer:
print('')
print('a long thick growth of hair on a person\'s head or at the top and side of a mammal such as a horse.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='colt'
yranswer=''
while yranswer != answer:
print('')
print('young male horse')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='slough of despond'
yranswer=''
while yranswer != answer:
print('')
print('a state of hopeless depression.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('"while everyone is having a blast I am sinking into the Slough of Despond"')
print('Awesome! Way to go!')
print('')
print(' colt despond buck undeterred furlough reprove')
print(' mane doe slough of despond pollyannaish ')
print('')
answer='despond'
yranswer=''
while yranswer != answer:
print('')
print('Disheartened or discourage. A state of unhappiness and low spirits.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('We must not despond even though we live in trying times. He sank into')
print('a crushing despond after his wife left him. Loss of his job threw him into a deep despond.')
print('Awesome! Way to go!')
answer='furlough'
yranswer=''
while yranswer != answer:
print('')
print('temporarily layoff from work. Suspend or discharge (a worker) from a job, especially temporarily, on account of economic conditions or shortage of work.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='pollyannaish'
yranswer=''
while yranswer != answer:
print('')
print('Having a positive attitude. It implies a tendency to find good in everything, even when faced with difficult or negative situations')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='undeterred'
yranswer=''
while yranswer != answer:
print('')
print('Persevering with something despite setbacks. Not discouraged or dissuaded.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' colt despond buck undeterred furlough reprove')
print(' mane doe slough of despond pollyannaish ')
print('')
answer='buck'
yranswer=''
while yranswer != answer:
print('')
print('A male deer.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='doe'
yranswer=''
while yranswer != answer:
print('')
print('A female deer.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' lowball irrelevant irreverent without further ado')
print(' meek submissive stalwart pillar')
print('')
answer='without further ado'
yranswer=''
while yranswer != answer:
print('')
print('without any fuss or delay; immediately.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('"So without further ado, let the games begin."')
print('Awesome! Way to go!')
answer='meek'
yranswer=''
while yranswer != answer:
print('')
print('Quiet, gentle, and easily imposed on; submissive.')
print('humbly patient or quiet in nature, as under provocation from others. Synonyms: yielding, soft, timid.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='submissive'
yranswer=''
while yranswer != answer:
print('')
print('Inclined or willing to submit. Describes someone who is readily inclined to yield to the will or authority of others.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
print('')
print(' lowball irrelevant irreverent without further ado')
print(' meek submissive stalwart pillar')
print('')
answer='lowball'
yranswer=''
while yranswer != answer:
print('')
print('to underestimate. Offer a deceptively or unrealistically low estimate, bid, etc. to.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('"Are you being lowballed by someone who hopes to make money on extras later?"')
print('Awesome! Way to go!')
answer='irrelevant'
yranswer=''
while yranswer != answer:
print('')
print('not connected with or relevant to something.')
print('Examples are pieces of information, ideas, or statements that are not related or connected to the main topic or discussion at hand.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('While often categorized as a democracy, the United States is more accurately defined as a constitutional federal republic. What does this mean?')
print('“Constitutional” refers to the fact that government in the United States is based on a Constitution which is the supreme law of the United States.')
print('Awesome! Way to go!')
print('')
print(' lowball irrelevant irreverent without further ado')
print(' meek submissive stalwart in memoriam pillar')
print('')
answer='irreverent'
yranswer=''
while yranswer != answer:
print('')
print('showing a lack of respect for people or things that are generally taken seriously.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Awesome! Way to go!')
answer='stalwart'
yranswer=''
while yranswer != answer:
print('')
print('loyal, reliable, and hardworking. To be strong and brave; valiant. Also: staunch, faithful, devoted, dedicated')
print('is someone who is loyal, reliable, and steadfast, often in the face of adversity or opposition.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('a stalwart knight.')
print('Awesome! Way to go!')
print('')
print(' irrelevant irreverent peerless')
print(' meek submissive preeminent in memoriam stark contrast pillar')
print('')
answer='pillar'
yranswer=''
while yranswer != answer:
print('')
print('a tall vertical structure of stone, wood, or metal, used as a support for a building, or as an ornament or monument.')
print('a person or thing regarded as reliably providing essential support for something.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('"he was a pillar of his local community"')
print('Awesome! Way to go!')
print('')
answer='in memoriam'
yranswer=''
while yranswer != answer:
print('')
print('referring to remembering or honouring a deceased person')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Your grandpa\'s online obituary might start with the heading In Memoriam.')
print('Awesome! Way to go!')
print('')
print('')
print(' irrelevant irreverent peerless')
print(' meek preeminent in memoriam stark contrast')
print('')
answer='preeminent'
yranswer=''
while yranswer != answer:
print('')
print('surpassing all others; very distinguished in some way. Also: supreme, peerless, distinguished, foremost.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('"the world\'s preeminent expert on asbestos"')
print('Awesome! Way to go!')
answer='peerless'
yranswer=''
while yranswer != answer:
print('')
print('unequaled; unrivaled. Also: incomparable, beyond compare.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('Picasso is considered peerless.')
print('Awesome! Way to go!')
print('')
answer='stark contrast'
yranswer=''
while yranswer != answer:
print('')
print('means a very obvious and extreme difference between two or more things that makes them clearly stand out from each other when compared.')
yranswer=input('What is the term? ')
if yranswer != answer:
print('Sorry, try again.')
print('')
print('The buying was in sharp contrast to the selling seen in the stock markets')
print('Awesome! Way to go!')
print('')
print('Congrats! You\'re all done!')