Shell脚本实战26-编写等腰三角形图形字符
请用shell或Python编写一个等腰三角形,接受用户输入的数字。
shell脚本如下:123456789101112131415#!/bin/bashread -p "Please Enter a number: " Linefor ((i=1; i<=Line; i++))do for
...
耳目得来终觉浅,觉知此事要躬行。