Python 3.8 | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 3

Python 3.8

How work the new python operator?(walrus operator) I searched it but can’t understand

14th Jun 2019, 8:43 PM
Ramphy Aquino Nova
Ramphy Aquino Nova - avatar
1 Answer
+ 5
python 3.8 is installed on sololearn system. you can check it with: import sys print(sys.version.split('\n'))
27th Oct 2019, 8:24 PM
Lothar
Lothar - avatar