I know that in Python 3.8 you write this code like this:
if a==x: ...
But is there any difference in Python 3.6.
Because i heard that instead of if a==x you type if a,=x.
if a==x
if a,=x
Is this true? I tried to google it but it did not help me.
Aucun commentaire:
Enregistrer un commentaire