From 08f55df4b502a3d919e15ce7df18db02ff3f5f89 Mon Sep 17 00:00:00 2001 From: khanhkhanhlele Date: Wed, 5 Nov 2025 09:46:32 +0700 Subject: [PATCH] fix typo update2 --- 1 File handle/File handle binary/update2.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/1 File handle/File handle binary/update2.py b/1 File handle/File handle binary/update2.py index 001b6d5b660..02511145d7e 100644 --- a/1 File handle/File handle binary/update2.py +++ b/1 File handle/File handle binary/update2.py @@ -17,7 +17,7 @@ def update(): for i in S: if rno == i[0]: - print(f"the currrent name is {i[1]}") + print(f"the current name is {i[1]}") i[1] = input("enter the new name") found = True break