Python Forum
f-string issues in 3.6.9 (?)
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
f-string issues in 3.6.9 (?)
#4
(Feb-08-2020, 02:33 PM)KSterner Wrote: Sadly that did not fix the issue

It did

first_name = "ada"
last_name = "Lovelace"
full_name = f"{first_name} {last_name}"
print(full_name)
Output:
ada Lovelace
Reply


Messages In This Thread
f-string issues in 3.6.9 (?) - by KSterner - Feb-08-2020, 01:50 AM
RE: f-string issues in 3.6.9 (?) - by Larz60+ - Feb-08-2020, 02:49 AM
RE: f-string issues in 3.6.9 (?) - by KSterner - Feb-08-2020, 02:33 PM
RE: f-string issues in 3.6.9 (?) - by Axel_Erfurt - Feb-08-2020, 08:07 PM
RE: f-string issues in 3.6.9 (?) - by metulburr - Feb-08-2020, 09:41 PM

Possibly Related Threads…
Thread Author Replies Views Last Post
  String formatting (strptime) issues Henrio 2 899 Jan-06-2023, 06:57 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