DEV Community

Discussion on: What is the state of Python versions?

Collapse
 
delta456 profile image
Swastik Baranwal

Walrus operator

if (name := 20) > 30:

Collapse
 
ahmed2m profile image
Ahmed Mohamadeen

I believe this is only supported in Python 3.8+ ?