测品娱乐
您的当前位置:首页python如何垂直输出

python如何垂直输出

来源:测品娱乐


python如何垂直输出?下面给大家介绍两种方法:

第一种

str = "python"
for name in str[:]:
 print(name)
显示全文