いかにしてプログラムを書くか へのコメント https://anqou.net/poc/2018/04/18/post-1525/ Chaos is not kaos. Sun, 22 Apr 2018 01:05:24 +0000 hourly 1 https://wordpress.org/?v=6.1.1 艮 鮟鱇 より https://anqou.net/poc/2018/04/18/post-1525/#comment-247 Sun, 22 Apr 2018 01:05:24 +0000 https://anqou.net/poc/?p=1525#comment-247 torikori – ひろみみち への返信。

ひろみさんが初心者かどうかはさておき、Javaに対する考察に関してはそのとおりだと思います。そういう意味で、Javaは初心者向きではないとも考えられます。

]]>
torikori - ひろみみち より https://anqou.net/poc/2018/04/18/post-1525/#comment-246 Sat, 21 Apr 2018 15:09:39 +0000 https://anqou.net/poc/?p=1525#comment-246 s/かえって私のような初心者には難しいのかもしれない/かえって難しくさせているのかもしれない. 少なくとも初心者の私にはそう感じさせられた./

]]>
torikori - ひろみみち より https://anqou.net/poc/2018/04/18/post-1525/#comment-245 Sat, 21 Apr 2018 15:07:21 +0000 https://anqou.net/poc/?p=1525#comment-245 Python で解いてみた. Java 言語の厳格さがかえって私のような初心者には難しいのかもしれない.
with open(“price.txt”) as f:
print(“\n”.join(map(lambda x: str(2*int(x)), f)))

]]>