Vocabulary Lesson 2


Highlight starting at answer1='d' 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.

The coding questions below are for "matching." You must answer all questions correctly in each session in order to finish it, or else it will keep looping. You will have to start answering all over again until you get them all matched up correctly.

answer1='d'

yrans1=''


answer2='e'

yrans2=''


answer3='f'

yrans3=''


answer4='b'

yrans4=''


answer5='g'

yrans5=''


answer6='c'

yrans6=''


answer7='a'

yrans7=''


answer8='h'

yrans8=''


answer9='i'

yrans9=''


answer10='j'

yrans10=''


print('')

print('A = Contrast\nB = Except\nC = Differed\nD = Entrenched\nE = Relinquish\nF = Germination\nG = Meticulous\nH = Comparison\nI = Vary\nJ = Jinxed')

print('')

print('Choose the correct choice for each meaning.')

print('Answers must be typed in lowercase.')

print('')

while yrans1 != answer1 or yrans2 != answer2 or yrans3 != answer3 or yrans4 != answer4 or yrans5 != answer5 or yrans6 != answer6 or yrans7 != answer7 or yrans8 != answer8 or yrans9 != answer9 or yrans10 != answer10:

    yrans1=input('To establish yourself firmly in a position, job, etc.\n(Of an attitude, habit, or belief) firmly established and difficult or unlikely to change; ingrained.\nExample: The student _____ himself deeply in his studies.\nExample: To _____ themselves in the business.\nExample: He _____ himself in piano everyday in order to get better.\nWhat is this word? ')

    print('')

    yrans2=input('To give over control of or yield. Example: Will he ______ his power?\nAlso means to stop holding physically; to release. Example: To slowly _____ his grip on the bar.\nWhat is this word? ')

    print('')

    yrans7=input('To show noticeable differences. To compare two persons or things so as to show the differences between them.\nExample: Can you ____ a dog and a cat?\nWhat is this word? ')

    print('')

    yrans3=input('This is the process of seeds developing into new plants. First, environmental conditions must trigger the seed to grow.\nUsually, this is determined by how deep the seed is planted, water availability, and temperature. ')

    print('')

    yrans4=input('Not including; other than; They work everyday _____ Sunday.\nWhat is this word? ') 

    print('')

    yrans5=input('Showing great attention to detail; very careful and precise. He is very ____ when playing the piano. He doesn\'t want to make any mistakes while playing.\nWhat is this word? ')

    print('')

    yrans6=input('To be unlike or dissimilar. Example: The second set of data _____ from the first. What is this word? ')

    print('')

    yrans8=input('To find similarities or dissimilarities between two things or people.\nExample: This car is much faster than the other one. He\'s a little taller than his sister.\nFor writing, this discusses elements that are similar, while contrast in writing discusses elements that are different.\nWhat is this word? ')

    print('')

    yrans10=input('To bring bad luck to; cast an evil spell on. Example: I got _______. Or the play is ______. What is this word? ')

    print('')

    yrans9=input('Differ in size, amount, degree, or nature from something else of the same general class.\nThe properties _____ in price.\nWhat is this word? ')

    print('')

    if yrans1 != answer1 or yrans2 != answer2 or yrans3 != answer3 or yrans4 != answer4 or yrans5 != answer5 or yrans6 != answer6 or yrans7 != answer7 or yrans8 != answer8 or yrans9 != answer9 or yrans10 != answer10:

        print('')

        print('A = Contrast\nB = Except\nC = Differed\nD = Entrenched\nE = Relinquish\nF = Germination\nG = Meticulous\nH = Comparison\nI = Vary\nJ = Jinxed')

        print('')

        print('Sorry, you got one or more choices wrong.')

        print('Choose the correct choice for each meaning.')

        print('Try again. Must match all answers correctly for each session.')

        print('')

print('')        

print('Fantastic, you matched them all up!')