First time here? Check out the FAQ!

HAMMER_GIL's profile - activity

2020-05-19 02:40:41 -0500 received badge Notable Question (source)
2020-04-21 09:32:10 -0500 received badge Popular Question (source)
2020-04-17 12:47:49 -0500 marked best answer f triple quote string error

message = f""" Traceback (most recent call last): Python Shell, prompt 9, line 1 Syntax Error: EOF while scanning triple-quoted string literal: <string>, line 1, pos 15

I can type the same in IDLE and no error. This seems to be specific to WING when trying to type a multi-line f-string.

2020-04-17 12:47:41 -0500 received badge Student (source)
2020-04-16 21:35:01 -0500 answered a question f triple quote string error

I did just discover that I must put a space after "f" for this to work: message = f """ when I hit enter I don't get a

2020-04-16 21:35:01 -0500 asked a question f triple quote string error

f triple quote string error message = f""" Traceback (most recent call last): Python Shell, prompt 9, line 1 Syntax Er