标签:int pycha 大写 ali charm 需要 字母 选中 print
选中需要注释的代码
ctrl+/
#首字母大写
# test = ‘alex‘
# v = test.capitalize()
# print (v)
#
# 字符串的加法
# n1 = ‘my ‘
# n2 = ‘ name ‘
# n3 = ‘is ‘
# n = n1 + n2 + n3
#
# print (n)
标签:int pycha 大写 ali charm 需要 字母 选中 print
原文地址:https://www.cnblogs.com/thinkplo/p/10099061.html