diff --git a/index.html b/index.html index c564440..290c48b 100644 --- a/index.html +++ b/index.html @@ -41,6 +41,8 @@ } } } while (tries <= 2000); + } + alert("The two numbers are " + str(final1) + " and " + str(final2) + "."); }