Print("A"__"B"__"C")........... Fill in blanks to output "ABC" | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 10

Print("A"__"B"__"C")........... Fill in blanks to output "ABC"

Can anyone tell me how to solve this python code.

21st Nov 2021, 1:07 PM
Sandesh Nikale
3 Answers
0
'+' -strings concatenation *complete python course first.
21st Nov 2021, 1:12 PM
Prabhas Koya
+ 4
print("A" + "B" + "C")
27th May 2022, 4:53 PM
Joseph Nnamdi Okonkwo
Joseph Nnamdi Okonkwo - avatar
0
print("A" + "B" + "C")
11th Oct 2022, 3:12 PM
Sumit Prajapati
Sumit Prajapati - avatar