Is there a shorter and/or more efficient way to utilize arrays in conditional statements? (in this case the “if” statement)

前端 未结 0 1632
陌清茗
陌清茗 2020-12-08 02:38
count = 0
vowels = "aeiou"
open("TEXT FILE PATH", "r") as text:
    text = text.read()
for character in range(len(text) - 1):
    if te         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题