STRING
Python has a built in method that you can use on string
Upper_Case
The upper() method returns the string in upper_case
a = “Aarush bhattarai”
Converted_a = [Link]()
print(a)
print(Converted_a)
Lower case
The lower() method returns the sting in lower case
a = “AARUSH BHATTARAI”
converted_a = [Link]()
print(a)
print(converted_a)
Remove white space
The strip() method removes any white space from the
beginning or the end:
A=“ hello world”
Converted_a = ([Link]())
Split method
The split method splits the string substrings if it find
instance of the spectator:
A = “hello world”
Print([Link](“ “))