A silent night,
Happy birthday to our Lord jesus
Wish you the best of your good work.
As you're enjoying your birthday
Please remember our discussion for
This year.
Including the BENZπππ.
MERRY CHRISTMAS TO YOU ALL
#python@dbader_org @codingCommander @PythonDevelop@python_devv@zzgab@goalain
Everyone knows the wonderful :
>>> [i for i in range(3)]
[0, 1, 2]
But this one is less used
>>> {i:2**i for i in range(6)}
{0: 1, 1: 2, 2: 4, 3: 8, 4: 16, 5: 32, 6: 64, 7: 128}
Have a nice code ;-)