🌈 搜索
📅  最后修改于: 2022-03-11 14:45:34.960000             🧑  作者: Mango
#use the built in function len() len("hello") #or you can count the characters in a string variable a = "word" len(a)