Delete line 7 and 9-11.
-
wrote on last edited by [email protected]
Delete line 7 and 9-11. Make the last line
print(line+’+’)
-
Delete line 7 and 9-11. Make the last line
print(line+’+’)
it says:
A SyntaxError occurs when Python cannot understand your code.
Did you use copy-paste? Python indicates that you used the unicode character ’ which is not allowed. I suspect that you used a fancy unicode quotation mark whose name is RIGHT SINGLE QUOTATION MARK instead of a normal single or double quote for a string.
-
it says:
A SyntaxError occurs when Python cannot understand your code.
Did you use copy-paste? Python indicates that you used the unicode character ’ which is not allowed. I suspect that you used a fancy unicode quotation mark whose name is RIGHT SINGLE QUOTATION MARK instead of a normal single or double quote for a string.
Sorry, I just used the single quote key on my iOS keyboard. But you get the idea, no?
-
Sorry, I just used the single quote key on my iOS keyboard. But you get the idea, no?
yes i got it through this https://lemmy.world/post/33912344/18597185