/run python
import random
if random.random >= 0.5 print('ぶち殺す') else print('ぶち殺さない')
Please Login to reply.
フーム