ZhangZhihui's Blog |
|
||
2022年3月7日
摘要:
>>> import glob >>> glob.glob('*', recursive=True) ['a.txt', 'bbb'] >>> glob.glob('**', recursive=True) ['a.txt', 'bbb', 'bbb\\b.txt', 'bbb\\ccc', 'bb 阅读全文
摘要:
You can translate this fragment into Python by arranging the choices and functions into a dictionary: actions = {0: make_computer_move, 1: make_human_ 阅读全文
|
Copyright © 2024 ZhangZhihuiAAA
Powered by .NET 9.0 on Kubernetes |