Skip to content

Commit f0b077e

Browse files
committed
Fix input request
1 parent 2e1a34d commit f0b077e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

main.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
VERSION="1.0"
2-
name = input("Enter your name:")
2+
name = input("Please enter your name:")
33
print(f"Hello, {name}!")

0 commit comments

Comments
 (0)