Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

phython code required for business analytics programming Q1. (2 points) Write a code that accepts an arbitrary number and determines whether the number if positive

image text in transcribedimage text in transcribedphython code required 

for business analytics programming

Q1. (2 points) Write a code that accepts an arbitrary number and determines whether the number if positive (larger than zero), negative (smaller than zero) or zero. In [ ]: # write your code here: Q2. (2 Points) A list of numbers is provided. For each of the numbers in the list, determine whether they are odd. If the number is odd, add True to a new list called is_odd. If the number is even, then add False. In [ ]: # write your code here: Q3. (2 Points) Write a program that based on the following table provides students's grades. Use input function to get students' score and the output of the code is the letter grade. Score Grade >= 90 A [80-90) B [70-80) [60-70) D = 90 A [80-90) B [70-80) [60-70) D

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

Database Horse Betting The Road To Absolute Horse Racing 2

Authors: NAKAGAWA,YUKIO

1st Edition

B0CFZN219G, 979-8856410593

More Books

Students also viewed these Databases questions

Question

Find the derivative. f(x) 8 3 4 mix X O 4 x32 4 x32 3 -4x - x2

Answered: 1 week ago

Question

What is the basis for Security Concerns in Cloud Computing?

Answered: 1 week ago

Question

Describe the three main Cloud Computing Environments.

Answered: 1 week ago