I'm trying to build a Tetris game in python and I am getting the above error relating to this piece of code. I have tried taking out anything up to the slash but its still not working. Can anyone help a newbie out?
# SHAPE FORMATS
S = [[\'.....\',
    \'.....\',
    \'..00.\',
    \'.00..\',
    \'.....\'],
    [\'.....\',
    \'..0..\',
    \'..00.\',
    \'...0.\',
    \'.....\']]
 
     
     
     
    