Hello fellow programmers, Im quite new to python and im trying to create a multi question quiz. I will paste my code below and it keeps saying I have syntax errors everywhere but I try and fix it and it simply hops to the next line. Could someone please tell me what I am doing wrong?
#This is a multi-question quiz intended to furthur my python skills.
print('Welcome everybody to my quiz.')
print
begin = input()(
print('Would you like to begin?: ')
if begin == ('yes')
print('A- Very')
print('B- Extremely')
print 'C- Off the charts')
print
q1 = input()
print('How awesome am I?')