gpt4 book ai didi

python - 检查单词的第一个字母是否是元音

转载 作者:太空狗 更新时间:2023-10-29 22:00:09 26 4
gpt4 key购买 nike

我正在尝试使用 python 编写一个函数来检查给定单词的第一个字母,例如“ball”是大写还是小写的元音。例如:

#here is a variable containing a word:
my_word = "Acrobat"

#letters in vowel as a list
the_vowel = ["a","e","i","o","u"]

如何检查“Acrobat”中的第一个字母是列表中的一个元音字母?我还需要考虑它是大写还是小写?

最佳答案

试试 my_word[0].lower() in the_vowel

关于python - 检查单词的第一个字母是否是元音,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13379243/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com