Post

Kamal Gurjar
Kamal Gurjar@KamalGurjar8·
@Python_Dv Answer: C — 344. "4" * 2 repeats the string to "44", then "3" + "44" concatenates to "344".
English
0
0
0
266
Punya Singh
Punya Singh@TerrificPunnu·
@Python_Dv 344 because first multiplication will be performed then plus BODMAS !!!
English
0
0
0
168
Branko
Branko@Branko281511789·
@Python_Dv 4" * 2 = "44" because "4" is a string, "3" is also a string, "3" + "44" = "344"
English
0
0
0
5
Paylaş