def main():
        print"Welcome to the Music Quiz.  Today's game has 8 rounds for you. There will be audio rounds, visual rounds and straight ahead qustions. We will begin with the round Journey to the Centre of New York"
        print
        A11 = raw_input ("We see the Ramones on the Bowery with rolled up towels under their arms and chewing out a rhythm on their bubble gum.  Where are they planning to hitch a ride to? ")
        if A11 == "Rockaway Beach" :
                print "you scored 1 point, well done"
    	elif A11 == "rockaway beach" :
                print "you scored 1 point, well done"
     	elif A11 == "CBGB" :
                print "That's where they are, not where they are going"
     	elif A11 == "cbgb" :
                print "That's where they are, not where they are going"
        else:
                print "WRONG, Why would Joey go there?  They all hitched a ride to Rockaway Beach"
    			##pt=2
   				#point(2)
   			
        print 
        A12 = raw_input ("As we leave The Ramones gettin' some sun, we travel across to Coney Island to see Mercury Rev on one of the last ramining rides at Astro Land. Which Ride are they on?")
        if A12 == "The Coney Island Cyclone" :
        		print "Nice One!"
        elif A12 == "the coney island cyclone" :
        		print "Nice One!"
        elif A12 == "Coney Island Cyclone" :
        		print "Nice One!"
        elif A12 == "coney island cyclone" :
        		print "Nice One!"
        elif A12 == "The Wonder Wheel" :
        		print "Wrong ride, but close.  They rode the Coney Island Cyclone."
        else:
        		print "WRONG, The rode the Coney Island Cynlone"
       
       	print
        A13 = raw_input ("As we head into Manhattan, we come across 'Lil Kim who is about to cross that bridge, but where does she she come from?")
        if A13 == "Bed-Stuy" :
   				print "I put my lighter up to you for that one!"
        elif A13 == "bed-stuy" :
   				print "I put my lighter up to you for that one!"
        elif A13 == "bedstuy" :
   				print "I put my lighter up to you for that one!"
        elif A13 == "Bedstuy" :
   				print "I put my lighter up to you for that one!"
        elif A13 == "Bedford-Stuyvesant	" :
   				print "I double put my lighter up to you for that one!"
        elif A13 == "bedford-stuyvesant" :
   				print "I double put my lighter up to you for that one!"
        else:
   				print "WRONG, she comes from Bed-Stuy, where niggas either do or they gon' die"

     	print
        A14 = raw_input ("Crawling up 7th Ave, what hotel do we find Janis Jopolin giving head to Leanord Cohen in an unmade bed? ")
        if A14 == "The Chelsea Hotel" :
   				print "What a scene that must have been" 
   
   				
        elif A14 == "the chelsea hotel" :
   				print "What a scene that must have been" 
        elif A14 == "chelsea hotel" :
   				print "What a scene that must have been" 
        elif A14 == "Chelsea Hotel" :
   				print "What a scene that must have been" 
        else:
   				print "WRONG, it was the Chelsea Hotel. "   				
     	
     	print
        A15 = raw_input ("Now its time to head up to Harlem, but before we enter, What street do we find Bobby Womak crossing to find a woman that's week?")
        if A15 == "110th street" :
   				print "And he also find the pushers that wont let hte junkies go free up there as well. " 
        elif A15 == "110th st" :
   				print "And he also find the pushers that wont let hte junkies go free up there as well. " 
        else:
   				print "WRONG, its 110th street.  That's where the pushers wont let the junkies go free."
   				   				
     	print
        A16 = raw_input ("As we close our journey, we find one more person on the corner of Lexington and 125th street with 26 dollars in his hand?")
        if A16 == "Lou Reed" :
   				print "that was back in the day when he was wating for his man" 
        else:
   				print "WRONG, it was Lou Reed, it was always Lor Reed"

###I'D DUET WITCHA
##need to pull in and play audio.  do I use if statemnts or whiles?



##how do I tally up the scores?  should I add a clasue to the correct answers?
###CONNECT THE WORDS
	print "you scored. "  
###print score here
	print "The thrid round is Connect The Words.  I will give you three words and you will need to tell me the word that connects them. Good Luck!"
	A21 = raw_input ("selling, personal and walks ")
	if A21 == "Jesus ":
			print "spot on!"
	elif A21 == "jesus":
			print "spot on!"
	else:
			print "WRONG, It was the big JC himself. Jesus"
	
	A22 = raw_input ("Tom, Springfield, Stance ")
	if A22 == "Buffalo ":
			print "spot on!"
	elif A22 == "buffalo":
			print "spot on!"
	else:
			print "WRONG, think Grant Lee and Bill.  Yup, its Buffalo"
	
	A23 = raw_input ("True, Blind and Percy ")
	if A23 == "Faith ":
			print "good job, lets see you do on the next one"
	elif A23 == "faith":
			print "good job, lets see you do on the next one"
	else:
			print "WRONG, cuz you gota have Faith!"
			
	A24 = raw_input ("Courtney, Shack and House of ")
	if A24 == "Love ":
			print "I know, that was an easy one. but not this one"
	elif A24 == "love":
			print "I know, that was an easy one. but not this one"
	else:
			print "WRONG, its all you need, Love! "	
			
	A25 = raw_input ("Modern, Mad and Wicked ")
	if A25 == "World ":
			print "That was a tough one.  One left"
	elif A25 == "world":
			print "That was a tough one.  One left"
	else:
			print "I got the whole... World in my hands"
	
	A26 = raw_input ("Black, Star and Poppa ")
	if A26 == "Big ":
			print "spot on!"
	elif A26 == "big":
			print "spot on!"
	else:
			print "WRONG, Just think of Big mouth striking again"
###SINGING DRUMERS
	print "you scored. "  "in that round"
	print "Your total score is"
	
###print score here
###I need to pull in pictures here
	print "Welcome to Round 4!  In this section, I will give you a a descroption of a drummer who is also a songer and you will need to tell me who it is.  I have included a picture as a hint. "

	A41 = raw_input ("I was born in Arkansas but made my name with a Canadian group in the 60s.  My farewell performance with my group was filmed by Martin Scorsese.  I made a few solo albums, got back with my band and even narrated the film The Right Stuff. Who am I? ")
	if A41 == "Levon Helms ":
			print "spot on!"
	elif A41 == "levon helms":
			print "spot on!"
	else:
			print "WRONG, I am Levon Helms"
	
	A42 = raw_input ("Iam form Amherst, Massachusetts, and was the drummer in my first band, when we split up the bassist and I went on to form another band.  I moved onto vocals and have not played drums in a long time. I am mostly known as a guitarist and am credited for giving Sonic Youth their sound.  In the early 90s I almost joined Nirvana as their drummer, but never did. Who am I?")
	if A42 == "J Mascis ":
			print "spot on!"
	elif A42 == "j mascis":
			print "spot on!"
	else:
			print "WRONG, I am J Mascis"
	
	A43 = raw_input ("I was born in Ohio, made a name for myself in Washington DC and then moved to Seattle to replace a drummer in a band.  I did two albums with them and then the band fell apart.  Since then I have gone on to form my own band. I love drumming so much I will drum on any album except my own. Who am I? ")
	if A43 == "Dave Grohl ":
			print "spot on!"
	elif A43 == "dave grohl":
			print "spot on!"
	else:
			print "WRONG, I am Dave Grohl"
	
	A44 = raw_input ("I am from London and was the drummer in a prog rock group.  When the lead singer left I quickly jumped in and although I gave the group their biggest hits, I have not left a lasting contribution in the world of music, although my greatest legacy is in the world of R&B because of my drum sounds. Who am I? ")
	if A44 == "Phil Collins ":
			print "spot on!"
	elif A44 == "phil collins":
			print "spot on!"
	else:
			print "WRONG, I am the Phil Collins"
			
	A45 = raw_input ("My real name is Richard. I sang one song on almost every album my group ever released. People often say that I was not even the best drummer in the band, but they don't know what they're talking about. My son is a great drummer though - I would say he's better than me.  Who am I? ")
	if A45 == "Ringo Star ":
			print "spot on!"
	elif A45 == "ringo star":
			print "spot on!"
	else:
			print "WRONG, I am Ringo Star"

	A46 = raw_input ("I am from Washington DC and after I dropped out of the Air Force I began my musical career.  I joined a group but after ending up in Detroit I was signed as a drummer instead of a singer.  I soon proved my ability as a singer and songwriter and went on to make some of the most important and revolution records of the 70s. Who am I? ")
	if A46 == "Marvin Gaye ":
			print "spot on!"
	elif A46 == "marvin gaye":
			print "spot on!"
	else:
			print "WRONG, I am the Marvin Gaye"
			
##WORK IT OUT
	print "Well done for making it thogut to the final round Work It Out.  I have made this round a bit easier for you.   I will give you a a record cover and you will need to tell me the artist and the album title in the final round of The Music Quiz "

main()


















































