We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents fcd16af + 08f55df commit 8d5b315Copy full SHA for 8d5b315
1 File handle/File handle binary/update2.py
@@ -17,7 +17,7 @@ def update():
17
18
for i in S:
19
if rno == i[0]:
20
- print(f"the currrent name is {i[1]}")
+ print(f"the current name is {i[1]}")
21
i[1] = input("enter the new name")
22
found = True
23
break
0 commit comments