how do i get rid of the red squiggly line?
it's giving me syntax errors and when i try to modify it and get rid of it it jumps to other lines meaning i can't actually ever run my code
EthanDnerd
I had the same problem underneath my print brackets
CodingCactus
line 18, pass
is a keyword so can't be used as a variable name. try passwrd
or something
CodingCactus
you need to fix your code then
Never mind, I fixed it