import os
import random
path = os.listdir(r"file path here")
list = [os.listdir(r"life path here")]
print(len(path))
for i in range(len(path)):
full_path = (r"file path here" + path[i])
print(full_path)
print_random_items = random.randint(0, len(path[i]))
print(print_random_items)
randintから値を印刷:私は値が15である場合15番目のファイル名を印刷したいだから、こんにちは、私は(print_random_items)私は印刷に値の復帰に関連付けられているファイルの名前を印刷することができます方法を知っている</p> <p>EXを希望
最初にこの形式を間違えて質問してください。
ヒント:ファイル名には固有の順序はありません。例えば、 https://www.tutorialsp.com/.com/python/os_listdir.htm – kay