ファイルの書き換えについて質問したいのですが、quantity横の数字を指定して置換したいのですがこのif file_name.startswith('quantity'):
コードを使用したのですが上手くいかず、よろしければアドバイスを頂けたらと思います
Python
1```file_name = "Parts_Inventory2.txt" 2 3with open(file_name, encoding="cp932") as f: 4 data_lines = f.read() 5 6new = input ("enter new quantity:") 7old = input ("enter old quantity:") 8if file_name.startswith('quantity'): 9 data_lines = data_lines.replace(old, new) 10 11with open(file_name, mode="w", encoding="cp932") as f: 12 f.write(data_lines)``` 13 14![![イメージ説明](c2d2f40d513546cd2543767185ea594c.png)](0461ecc8300890046d08f197d8d4b9ca.png)
バッドをするには、ログインかつ
こちらの条件を満たす必要があります。