Fstrings
- Python 3's f-Strings: An Improved String Formatting Syntax (Guide)
- F String format specifications
!!! DO NOT USE F-STRINGS FOR SQL STATEMENTS use the .format
syntax as this santizes a lot of malicious input
Children
!!! DO NOT USE F-STRINGS FOR SQL STATEMENTS use the .format
syntax as this santizes a lot of malicious input