From 75ee9f6907210b2d2051fb092d814dbc4c4c7985 Mon Sep 17 00:00:00 2001 From: James Akinola Date: Thu, 12 Oct 2023 16:58:22 +0100 Subject: [PATCH] Fixed name and email bugs in 'mine.py' --- mine.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mine.py b/mine.py index cee063b..042cc48 100644 --- a/mine.py +++ b/mine.py @@ -1,6 +1,6 @@ # Define variables -name = "PUT YOUR NAME" -email = 'PUT YOUR EMAIL' +name = "JAMES AKINOLA" +email = 'BROAKIN@GMAIL.COM' # Print the name and email address print("Name:", name)