import random
A=["祈れ",
"殴れ",
"走れ",
"落ちれ",
"登れ",
"壊せ",
"読め",]
B=["機械",
"ダイヤ",
"シンシャ",
"アレキ",
"ダイヤル",
"不審者",
"アキレス",]
C=["僕",
"彼ら",
"しまむら",
"志村",
"ボルツ",
"月人",]
a = random.randint(1, len(A))
b = random.randint(1, len(B))
c = random.randint(1, len(C))
print(f'祈れ機械!僕の為に!')
print(f'{A[a]}{B[b]}!{C[c]}の為に!')
To embed this project on your website, copy the following code and paste it into your website's HTML: