Only those cells names. Most common mistake in excel. If you want to sort rows make sure you highlight everything and then use sort function on column
Answer: So do you need a picture of that or what do you need exactly i would love to help!!
Python:
sentence = “this is the sentence.”
size = len(sentence)
C++:
string sentence = “this is the sentence.”
int size = sentence.size()
* Remember strings are just arrays of characters.