Question
PYTHON:Hippy School Your job is to write a code snippet in to help place incoming students into different groups at a very expensive school with
PYTHON:Hippy School Your job is to write a code snippet in to help place incoming students into different groups at a very expensive school with very questionable academic standards. Your program will take in a float input from the user that represents a student's numeric grade(you can safely assume the input is always between 0 and 100), then displays which group they have been placed into. You can use the following rules: -if the score is less than 50, add 50 to their numeric score immediately before doing anything else -if the score is less than 80, display 'Welcome to the Adequate Anteaters!' - if the score is greater or equal to than 80 but less than 90, display 'Welcome to the Bill Gates-Keepers!' -if the score is between 90 and 100 you can display 'Welcome to the Elon Muskrats!'
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started