Computer Science, asked by sunilkumarpanda51, 1 month ago

1. with ____you can concentrate different strings


2. python programming language is rich build-in____​

Answers

Answered by Aneswak
1

Answer:

1. plus(+)

2. functions

Answered by anindyaadhikari13
4

Answer:

  • With +(plus) operator, you can concatenate different strings.

  • Python programming language is rich in built-in functions.

Explanation:

  • The +(plus) operator is used to concatenate two strings. For example, "a"+"b"+"c" concatenates these three strings and thus, result becomes - "abc".

  • Python is rich in built in functions. Built-in functions are also known as library functions.
Similar questions