Hello,
I am wondering what I am missing. Keep getting a syntax error at the chara on Line 8.....
def main():
print('WELL! Hello. Thank you for choosing your path to'\
'righteousness! bahahaha!')
chara = raw_input(str('Please input your character name: '))
#print the welcome for user
print('Ok,'chara,'This is just protype son but soon!...2years and pending')
main()