|
|
|
|
|
by zahlman
645 days ago
|
|
3.6 was the version that introduced f-strings. 3.8 added the unrelated walrus operator, but it did also add the `=` debugging syntax for f-strings (I haven't been using it because doing it the old way is practically muscle memory, and the code isn't supposed to be permanent anyway). Ref: https://docs.python.org/3/whatsnew/3.8.html |
|