攻克python3-字符串(第二篇)

1.字符串的創建 name="my name is leBron james" 2.字符串中關於某個字符的功能 name="my name is leBron james" if 'e' in name: #in 判斷字符是否在在字符串中 print("e在字符串name中!") print("字符串中e的個數:", name.count("e"))
相關文章
相關標籤/搜索