1

タートル グラフィックスを使用して入力を 14 セグメント文字に変換するにはどうすればよいですか?

コードを貼り付けた完全な回答は必要ありません。どうやってそれを進めるかについて、いくつかのアイデアが必要です。

4

1 に答える 1

2

This is pretty straightforward. Write a function that draws the complete "union jack" and make it accept up to 14 parameters (or a list thereof) saying which segments should be omitted. For each character, call this function with appropriate number of parameters.

于 2012-11-19T16:57:18.980 に答える