设为首页 加入收藏

TOP

Python入门教程三:显示'Welcome to Python'五次
2019-02-22 02:39:33 】 浏览:47
Tags:Python 入门教程 显示 ' Welcome Python' 五次
版权声明:本文为博主原创文章,未经博主允许不得转载。 https://blog.csdn.net/ab1322583838/article/details/52818819

显示’Welcome to Python’五次

for count in range(5):
    print('Welcome to Python')

print('Welcome to Python')
print('Welcome to Python')
print('Welcome to Python')
print('Welcome to Python')
print('Welcome to Python')
】【打印繁体】【投稿】【收藏】 【推荐】【举报】【评论】 【关闭】 【返回顶部
上一篇Python 解决 :NameError: name &.. 下一篇痞子衡嵌入式:超级好用的可视化P..

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目