Indentation Error

Hey guys, I am new to python programming and I’m learning how to do various aspects so this may be a dumb question. I am typing code and complying ensure i have done it correct and i am using the correct symbols etc. However i can work out why i am getting an Indentation error? can some assist, i have be looking at vc helper and copying what i need but still getting the error

You need to check the code indentations

if something==True:
  Indentation here

Specially if you are commenting code out with “”"
And when you copy paste code check the indentations

thank you for you help i have now sorted the issue, now having separate issue but will continue to try figure it it

Just was looking at your code :smiley: you found solution?

yes, i found the solution thank you for the help

1 Like