>>322
if文とか言うアホな事してないで、配列からランダムに取り出すんだよ。


import random

a = ['幼女', 'ぱんつ', 'スク水', 'ニーソー']

print( random.choice(a) )