阅读背景:

如何检查Python中的字符是否是大写的?

来源:互联网 

I have a string like this

我有一个这样的弦。

>>> x="Alpha_beta_Gamma"
>>> words = [y for y in x.split('_')]
>>> words
['Alpha', 'beta', 'Gamma']
>>> x="



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: