Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion 1 File handle/File handle binary/update2.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down