Computer Science, asked by akileshkubertbm97, 5 months ago

Select the correct code to print

cppbuzz-chicago

(A) print('cppbuzz-' + 'chicago') (B) print('cppbuzz' + '-chicago')

(C) print('cppbuzz' + '-' + 'chicago') (D) All of the above​

Answers

Answered by ja0698822
0

Answer:

the D option is right because all the code print correct

Similar questions