The syntax error is line 28:
chk_wksp = raw_input("Please confirm y/n: >>" continue
->
chk_wksp = raw_input("Please confirm y/n: >>") continue
You should consider using Python3 since Python2 is end of life
1.4m articles
1.4m replys
5 comments
57.0k users