From c37835d3ac2fa7c137e93f4beeff533e6f3e6df7 Mon Sep 17 00:00:00 2001 From: Wesley McGinn <71152561+WesleyMcGinn@users.noreply.github.com> Date: Fri, 8 Oct 2021 22:11:55 -0400 Subject: [PATCH] Update index.html --- index.html | 2 ++ 1 file changed, 2 insertions(+) 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) + "."); }