Intermediate Python - Fluent Python, 3

preview_player
Показать описание
Another video in the series following the book Fluent Python. We continue going through chapter 2. Download the code snippet file below!

Other projects you might be interested in:

Рекомендации по теме
Комментарии
Автор

tup = tuple(ord(s) for s in symbols); tup += (1, 2)

syzygy