我想用Java寫一個捕捉用戶整數(假設數據有效)的程序,然後根據整數的大小輸出菱形形狀,即用戶輸入5,輸出將是: --*--
-*-*-
*---*
-*-*-
--*--
到目前爲止,我有: if (sqr < 0) {
// Negative
System.out.print("#Sides of square must be positive");
可能重複: PPM image to ASCII art in Python 這是更新的代碼。我只需要它打印在同一行中的字符,並在端 import sys
def main(filename):
image = open(filename)
#reads through the first three lines
color = image.readline().
我想要獲得使用Haskell生成的一些數據的非常快速和骯髒的動畫顯示。最簡單的嘗試似乎是ASCII藝術 - 換句話說,沿線的東西: type Frame = [[Char]] -- each frame is given as an array of characters
type Animation = [Frame]
display :: Animation -> IO()
dis