+ 1

Why this code output is >>>False<<< not >>>True<<< ?

Code is : a=[] a+="python" b=["python"] if a==b: print("True") else: print("False")

15th Nov 2020, 9:48 AM
omar_ctr
omar_ctr - avatar
5 Antworten
+ 3
Omer_Ctr, Next time please, tag a relevant language name to improve context clarity 👍
15th Nov 2020, 10:00 AM
Ipang
+ 2
Slik oh thank u bro
15th Nov 2020, 9:58 AM
omar_ctr
omar_ctr - avatar
+ 2
Proper use of lists.... impressive
16th Nov 2020, 4:15 PM
Pro Coder
Pro Coder - avatar
0
U guys r GREAT
15th Nov 2020, 10:53 AM
omar_ctr
omar_ctr - avatar