Python Basic - 练习-提示用户输入长度跟宽度,然后输出字符“0”描述出一个正方形
2021-02-12 17:18
阅读:661
标签:inpu col ntc usr author private while 描述 == [root@Private python-script]# cat square.py Python Basic - 练习-提示用户输入长度跟宽度,然后输出字符“0”描述出一个正方形 标签:inpu col ntc usr author private while 描述 == 原文地址:https://www.cnblogs.com/fei-huang/p/12720522.html#!/usr/local/bin/python3
#date : 2020.04.19
#author : feihuang
line=int(input("line number:"))
column=int(input("column number:"))
printline = 1
while printline
下一篇:从C到C++
文章来自:搜素材网的编程语言模块,转载请注明文章出处。
文章标题:Python Basic - 练习-提示用户输入长度跟宽度,然后输出字符“0”描述出一个正方形
文章链接:http://soscw.com/index.php/essay/54538.html
文章标题:Python Basic - 练习-提示用户输入长度跟宽度,然后输出字符“0”描述出一个正方形
文章链接:http://soscw.com/index.php/essay/54538.html
评论
亲,登录后才可以留言!