Discuss / Python / 打卡+练习

打卡+练习

Topic source
SysPath=r'C:\Windows\system.ini'with open(SysPath,'r') as output:    print(output.read())

  • 1

Reply