Python Basic - 练习-提示用户输入长度跟宽度,然后输出字符“0”描述出一个正方形

2021-02-12 17:18

阅读:661

标签:inpu   col   ntc   usr   author   private   while   描述   ==   

[root@Private python-script]# cat square.py

#!/usr/local/bin/python3
#date   : 2020.04.19
#author : feihuang

line=int(input("line number:"))
column=int(input("column number:"))

printline = 1
while printline 

Python Basic - 练习-提示用户输入长度跟宽度,然后输出字符“0”描述出一个正方形

标签:inpu   col   ntc   usr   author   private   while   描述   ==   

原文地址:https://www.cnblogs.com/fei-huang/p/12720522.html


评论


亲,登录后才可以留言!