+ 1
Why this code output is >>>False<<< not >>>True<<< ?
Code is : a=[] a+="python" b=["python"] if a==b: print("True") else: print("False")
5 Antworten
+ 3
Omer_Ctr,
Next time please, tag a relevant language name to improve context clarity 👍
+ 2
Slik oh thank u bro
+ 2
Proper use of lists.... impressive
0
U guys r GREAT