logo Hurry, Grab up to 30% discount on the entire course
Order Now logo

Ask This Question To Be Solved By Our ExpertsGet A+ Grade Solution Guaranteed

expert
Vinay WahwaAccounting
(5/5)

779 Answers

Hire Me
expert
Earle BirdselllData mining
(5/5)

735 Answers

Hire Me
expert
Sam BingamanAccounting
(5/5)

508 Answers

Hire Me
expert
Max ManuelaMarketing
(5/5)

501 Answers

Hire Me
Others
(5/5)

First check for the gender, then calculate the fare based on age factor.. For both Male and Female ,consider them

INSTRUCTIONS TO CANDIDATES
ANSWER ALL QUESTIONS

MODULE 3 Variables

1. What will be the output of the following (can/cannot):

a. Age1=5

b. 5age=55

2. What will be the output of following (can/cannot):

a. Age_1=100

b. age@1=100

3. How can you delete variables in Python ?

MODULE-4 Conditional Statements

Please write Python Programs for all the problems .

1. Take a variable ‘age’ which is of positive value and check the following:

a. If age is less than 10, print “Children”.

b. If age is more than 60 , print ‘senior citizens’

c. If it is in between 10 and 60, print ‘normal citizen’

2. Find  the final train ticket price with the following conditions. 

a. If male and sr.citizen, 70% of fare is applicable

b. If female and sr.citizen, 50% of fare is applicable.

c. If female and normal citizen, 70% of fare is applicable

d. If male and normal citizen, 100% of fare is applicable

[Hint: First check for the gender, then calculate the fare based on age factor.. For both Male and Female ,consider them as sr.citizens if their age >=60]

3. Check whether the given number is positive and divisible by 5 or not.    

MODULE 5 LOOPS and Functions

Please implement Python coding for all the problems.

1. A) list1=[1,5.5,(10+20j),’data science’].. Print default functions and parameters exists in list1.

B) How do we create a sequence of numbers in Python.

C)  Read the input from keyboard and print a sequence of numbers up to that number

2. Create 2 lists.. one list contains 10 numbers (list1=[0,1,2,3....9]) and other 

list contains words of those 10 numbers (list2=['zero','one','two',.... ,'nine']).

 Create a dictionary such that list2 are keys and list 1 are values..

3. Consider a list1 [3,4,5,6,7,8]. Create a new list2 such that Add 10 to the even number and multiply with 5 if it is odd number in the list1..

4.   Write a simple user defined function that greets a person in such a way that :

         i) It should accept both name of person and message you want to deliver.

        ii) If no message is provided, it should greet a default message ‘How are you’

        Ex: Hello ---xxxx---, How are you  - default message.

        Ex: Hello ---xxxx---, --xx your message xx---

MODULE 6 PACKAGES

Implement in Python

1. For the dataset “Indian_cities”, 

a) Find out top 10 states in female-male sex ratio

b) Find out top 10 cities in total number of graduates

c) Find out top 10 cities and their locations in respect of  total effective_literacy_rate.

2. For the data set “Indian_cities”

a) Construct histogram on literates_total and comment about the inferences

b) Construct scatter  plot between  male graduates and female graduates

3. For the data set “Indian_cities”

a) Construct Boxplot on total effective literacy rate and draw inferences

b) Find out the number of null values in each column of the dataset and delete them.

 

Our assignment help service offers the best quality assistance at the lowest prices in the market. You can rely on us to provide you with exceptional support for all your academic needs.

Assignment Help

 

(5/5)
Attachments:

Related Questions

. The fundamental operations of create, read, update, and delete (CRUD) in either Python or Java

CS 340 Milestone One Guidelines and Rubric  Overview: For this assignment, you will implement the fundamental operations of create, read, update,

. Develop a program to emulate a purchase transaction at a retail store. This  program will have two classes, a LineItem class and a Transaction class

Retail Transaction Programming Project  Project Requirements:  Develop a program to emulate a purchase transaction at a retail store. This

. The following program contains five errors. Identify the errors and fix them

7COM1028   Secure Systems Programming   Referral Coursework: Secure

. Accepts the following from a user: Item Name Item Quantity Item Price Allows the user to create a file to store the sales receipt contents

Create a GUI program that:Accepts the following from a user:Item NameItem QuantityItem PriceAllows the user to create a file to store the sales receip

. The final project will encompass developing a web service using a software stack and implementing an industry-standard interface. Regardless of whether you choose to pursue application development goals as a pure developer or as a software engineer

CS 340 Final Project Guidelines and Rubric  Overview The final project will encompass developing a web service using a software stack and impleme