Python2と3でrangeを使う時の違いと、TypeErrorの時 - サイバーまめカンの電豆館

Python2 list = range(100) random.shuffle(list) こんな感じで書いていたPy...