@@ -17,7 +17,6 @@ Country_of_residence = input("Enter your country of residence: ")
Weight = (input("Enter your weight in kilograms: "))
Hobbies = input("Enter your hobbies (comma-separated): ").split(",")
-===STUDENT PROFILE===
First_name = "Paul"
Last_name = "Mahiva"
AGE = 19