色弱の方だとグラフの色を区別できず、グラフの内容を理解するのが難しいことがある。
そのような時は、plt.styleで下記を指定すると良い。
plt.style.use(['seaborn-colorblind'])
グラフのデザインをいい感じにしてくれる。
My submission is below.
import bisect
iPhoneが壊れることが多かった。その度にデータ移行などを行なった。
移行の際に気をつけることをめも。
Walletからリムーブしておく
This problem is difficult for me.
class Solution(object): def kSmallestPairs(self, nums1, nums2, k): """ :type nums1: List[int] :type nums2: List[int] :type k: int :rtype: List[List[int]]…