Skip to content

Commit 55ffc3d

Browse files
committed
guess number
1 parent 65ae950 commit 55ffc3d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

newcodes/answers/q43.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
print("The number should be in 1 to 100.")
1717
else:
1818
if number == int(num_input):
19-
print("OK, you are good.It is only {0}, then you successed.".format(guess))
19+
print("OK, you are good. It is only {0}, then you successed the number is {1}.".format(guess, num_input))
2020
break
2121
elif number > int(num_input):
2222
print("your number is smaller.")

0 commit comments

Comments
 (0)