Computer Science, asked by nithya455, 2 months ago

>>print('25'+'45') will give the output as _________________.

A) 70
B) 2545
C) 4525
D) 2455​

Answers

Answered by sariQus
5

Answer:

B)2545 is the correct answer

Explanation:

Answered by mindfulmaisel
0

option (B), "2545" is the correct answer

Explanation:

  • option B is the correct answer
  • print('25'+'45') will give the output as 2545
  • we are using the + operator in two strings.
  • Hence, it will act like a concatenation of string.
  • So both strings get concatenate
  • hence, option B, print('25'+'45') will give the output as 2545 is the correct answer.

Similar questions