Gxlsystem TIY Editor
Gxlsystem 在线教程
改变方向
暗黑模式
python_regex_findall_1.py:
import re #Return a list containing every occurrence of "ai": str = "China is a great country" x = re.findall("a", str) print(x)