%PDF- %PDF-
Direktori : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/markup/python/ |
Current File : /var/www/html/hr/api/vendor/scrivo/highlight.php/test/markup/python/f-strings.txt |
f'{name}' f"{name + 5}" >>> f""" ... { ... name ... } ... """ rf"{name}" fr"{name}" f"{name + f'{name}'}" f"{{ }}" if"text"=="text": "good"