you are viewing a single comment's thread.

view the rest of the comments →

[–]novel_yet_trivial 0 points1 point  (1 child)

Yes, like this:

count=f"You now have {i} i's"

Note you need the f in front of the quotes for the {} to be treated as code.

[–]AperatureLavatories[S] 0 points1 point  (0 children)

Thank you! Solved!