Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

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

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image

Step: 3

blur-text-image

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Automating Access Databases With Macros

Authors: Fish Davis

1st Edition

1797816349, 978-1797816340

More Books

Students also viewed these Databases questions

Question

How wide are Salary Structure Ranges?

Answered: 1 week ago