Finding the length of Strings

 If u want to know your length of your string just type:

name = "YASH"
print(len(name))