代码示例:(标识:python_string_upper)
python_string_upper.py
a = "Hello, World!"
print(a.upper())
运行结果: