ronreiter / interactive-tutorials

Interactive Tutorials
Apache License 2.0
4.03k stars 2.56k forks source link

Outdated information - python - string formatting #612

Open kiawnna opened 3 years ago

kiawnna commented 3 years ago

Python introduced f strings. This page: https://www.learnpython.org/en/String_Formatting should probably cover that instead of the % operator.