设为首页 加入收藏

TOP

Python入门教程三:显示'Welcome to Python'五次
2019-04-25 14:37:53 】 浏览:24
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语言程序设计   学.. 下一篇Python中sys.path.append和os.env..

最新文章

热门文章

Hot 文章

Python

C 语言

C++基础

大数据基础

linux编程基础

C/C++面试题目