# 定义一个字符串
s = "abc"

# 求长度
l = len(s)

# 输出长度
print(l)