We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65ae950 commit 55ffc3dCopy full SHA for 55ffc3d
1 file changed
newcodes/answers/q43.py
@@ -16,7 +16,7 @@
16
print("The number should be in 1 to 100.")
17
else:
18
if number == int(num_input):
19
- print("OK, you are good.It is only {0}, then you successed.".format(guess))
+ print("OK, you are good. It is only {0}, then you successed the number is {1}.".format(guess, num_input))
20
break
21
elif number > int(num_input):
22
print("your number is smaller.")
0 commit comments