Small program in Python that allow you to set your array size, then enter values to fill the array. The program will order from smallest to largest value and show the bigest value.
今日は、『つくってマスターPython』第3章の学びをアウトプットします。 ベクトルと数値の計算 Pythonのリストは、リストそのものを計算したりするのが苦手です。例えば、リストの全要素に1を足したり、全要素を2倍したり、といったことをしたければ ...