Hi, I’m following the freecamp Learn Python - Full Course for Beginners [Tutorial], and Im learning about if statements. I’m copying the ‘if’ exactly as written and getting a syntax error. I’m aware of the trans question raging in the uk but this is what he wrote, so please don’t give me grief
is_male = True
if is_male:
print (“You are a male”)
It says 'if is_male 'is a syntax error. Can someone explain why I’m getting that error and help me understand it and get past it please?