What are string operators in Python??
Answers
Answered by
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
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