site

text for beau's website
git clone https://git.beauhilton.com/site.git
Log | Files | Refs

commit 36ee38515733aa65b846c73bd26593b7caf8f016
parent e0039d462f3968d7f10aa9052bfbb67d0987716c
Author: Beau <cbeauhilton@gmail.com>
Date:   Mon, 27 Sep 2021 19:14:34 -0500

hscroll

Diffstat:
Mposts/geocheatcode.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/posts/geocheatcode.md b/posts/geocheatcode.md @@ -127,7 +127,8 @@ print( "Here are the coordinates you probably wanted. " f"The latitude is {lat}, and the longitude is {lon}. " "Don't believe me? " - "Here it is again, in a format you can paste into the search bar: \n" + "Here it is again, " + "in a format you can paste into the search bar: \n" f"{lat}, {lon} \n" "Told ya. " )