Python Forum
Invalid syntax with an f-string
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Invalid syntax with an f-string
#1
I'm getting invalid syntax with Python showing a carrot under the first colon. What did I do wrong?

                    print({}, ",", {}, ",", {}, ",", {}, ",", {}, ",", {}, ",", {:.2f}, ",", {:.2f}, ",", {:.2f}, ",", {}, ",",
                        {:.2f}, ",", {}, ",", {}, ",", {}, ",", {}, ",", {}, ",", {:.2f}, ",", {:.2f}, ",", {}, ",", {:.2f},
                        ",", {:.2f}, ",", {:.2f}, ",", {:.2f}.format(spread_count, date, trade_date, L_spx, L_strike, L_price,
                        L_iv, L_delta, L_theta, S_price, S_iv, L_exp_mo, L_dte_trade_inception, S_exp_mo, S_dte_trade_inception,
                        spread_width, S_delta, S_theta, P_price, P_delta, P_theta, P_t_d, P_skew), file=strike_file) #testing f-string formatting
Reply


Messages In This Thread
Invalid syntax with an f-string - by Mark17 - Jan-13-2022, 10:44 PM
RE: Invalid syntax with an f-string - by deanhystad - Jan-13-2022, 11:10 PM
RE: Invalid syntax with an f-string - by Mark17 - Jan-13-2022, 11:41 PM
RE: Invalid syntax with an f-string - by snippsat - Jan-14-2022, 01:29 AM
RE: Invalid syntax with an f-string - by BashBedlam - Jan-14-2022, 02:15 AM
RE: Invalid syntax with an f-string - by Mark17 - Jan-14-2022, 01:54 PM
RE: Invalid syntax with an f-string - by snippsat - Jan-14-2022, 03:37 PM
RE: Invalid syntax with an f-string - by Mark17 - Jan-14-2022, 04:44 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  print(data) is suddenly invalid syntax db042190 6 1,344 Jun-14-2023, 02:55 PM
Last Post: deanhystad
  syntax error question - string mgallotti 5 1,490 Feb-03-2023, 05:10 PM
Last Post: mgallotti
  SyntaxError: invalid syntax ?? korenron 15 6,026 Jan-25-2022, 11:46 AM
Last Post: korenron
  invalid syntax in my class CompleteNewb 2 2,017 Dec-13-2021, 09:39 AM
Last Post: Larz60+
Exclamation Invalid syntax error(Predict Ethereum Price) lulu43366 2 3,279 Sep-24-2021, 01:24 PM
Last Post: lulu43366
  Unexplained Invalid syntax Error cybertooth 5 3,428 Aug-02-2021, 10:05 AM
Last Post: cybertooth
  [split] SyntaxError: invalid syntax Code_X 3 2,880 May-04-2021, 05:15 PM
Last Post: Yoriz
  Invalid syntax error - need help fixing calgk01 3 3,450 Feb-23-2021, 08:41 PM
Last Post: nilamo
  Invalid syntax using conditionals if - else jperezqu 1 2,406 Jan-13-2021, 07:32 PM
Last Post: bowlofred
  invalid syntax in line 5. Help Asadzangibaloch 2 2,473 Dec-10-2020, 04:26 PM
Last Post: deanhystad

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020