# test_tab.py def hello(): print("Hello, World!") # 此行前面是制表符(不是空格) print("Indented with spaces") # 此行是空格,混合使用制表符和空格会触发某些工具警告,但 tab 检查只检测制表符是否存在。