name="saleem" print(name[0]) print(name[::-1])
name.upper() name.strip()
data="a,b,c" data.split(",")
print(f"My name is {name}")