Computer Science, asked by seemashelke287802, 16 days ago

What are string operators in Python??​

Answers

Answered by as91716121
1

Answer:

Function Name Description

isupper() Checks if all characters in the string are uppercase

join() Returns a concatenated String

ljust() Left aligns the string according to the width specified

lower() Converts all uppercase characters in a string into lowercase

Answered by 9107bhawna
1

Answer:

Concatenation. The Addition operator, “+”, can be used to concatenate strings together. Formatting Data. The STRING function is used to format data into a string. The READS procedure can be used to read values from a string into IDL variables.

Explanation:

I HOPE IT IS HELPFUL TO YOU

Similar questions