作ってあげたぞ

import random
umas=input(‘馬の名前を入力しよう(セミコロンで区切ってね):’).split(‘;’)
i=random.randint(0,len(umas)-1)
print(umas[i]+’が勝ちます!!’)