DEV Community

Discussion on: What is the difference between = (single equal to) and == (double equal to) in Python 3.8 ?

Collapse
 
senaps profile image
Maysam Senaps

does = and == represent different differences in older python versions?

Collapse
 
ddsry21 profile image
DDSRY

No