From 18a6dd88c06244bf0d7395026fb01795047783fb Mon Sep 17 00:00:00 2001 From: "SK. SALAHUDDIN" <127140921+sksalahuddin2828@users.noreply.github.com> Date: Fri, 14 Jul 2023 15:54:38 +0600 Subject: [PATCH] Update Mars_Weight.py --- Mars_Weight.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/Mars_Weight.py b/Mars_Weight.py index 4f36845..6fdccd4 100644 --- a/Mars_Weight.py +++ b/Mars_Weight.py @@ -30,5 +30,3 @@ def main(): # 3. Calculating the weight on Mars, which I do by multiplying the Earth weight by 0.378. # To make the program easy to read, I store this number in a constant called MARS_MULTIPLE. - -# Check out the solution code to see all of these stages in action.