jeudi 20 février 2020

Difference between Python 3.8 and 3.6

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.

Is this true? I tried to google it but it did not help me.

Aucun commentaire:

Enregistrer un commentaire