0
Can Anyone Help Me Fix This Syntax Error?
I keep getting a syntax error on line 16 and Iâm not sure why! Further details can be found in my code comments: https://code.sololearn.com/cWuiI8NRX2Y0/?ref=app
2 RĂ©ponses
+ 2
Colon issues đ
Add : to the end of your if and else statements
if this==correct: do this
else: do that
Happy Coding đ
+ 1
It worked!! Thank you Tomiwa Joseph!đâïž