首页 > 试题广场 >

在python3中,下列程序运行结果正确的是( ) a =

[单选题]
在python3中,下列程序运行结果正确的是( )
a = 'python'
b = a.capitalize()
print(a)
print(b)
  • python
    python
  • python
    Python
  • python
    PYTHON
  • Python
    Python
你必须知道capitalize方法
发表于 2025-08-21 22:25:16 回复(0)