Python programs, Python Programming

Assignment Help:

Python Programs

You must submit the source code and samples of output for each program.Please do not provide python file (eg. Filename.py). Copy all source code to one word file.

1) Write a program that simulates the Math method 'sqrt'. The program will read real Values as input and calculate the value as square root of the input value (Use math library). This will then output to screen as following two examples:

Input of 2, should return 1.

Input of 4, should return 2.  

2) Write a python code comparing while andfor loops (ie. Times tableeg. 2x1=2, 2x2=4,...).

3) Write a program to input a year and determine whether or not it is a leap year. A year is a leap year if it is divisible by 4 but not by 100 unless it is also divisible by 400.

4) Write a programme that calculates: How much an amount deposited in a bank account at r% annual interest has grown to after one, two and three years. The general formula for computing the amount including after n years is: Kn= k0 *(1+r/100)n

5) Write a program that reads a line of text from the keyboard, and prints it back after replacing each occurrence of any four-letter word in the text with the word "x***", where x is the first character in the four-letter word.

Example: Input the string "This apple tree is the best"

                 Is replace to "T*** apple t*** is the b***"

6) Write a program that reads a sequence of integers from a fileand prints a frequency report showing how many times the integers 0, l, ..., 9 occur in the sequence.

7) Write a program that uses paired array. The first list (array) represents all the student grades (F2, F1, P1, P2, C, D, HD), while the second list (array) holds the corresponding cutoff percentagemark required (0, 45, 50, 60, 70, 80, 90). The program should prompt and read a percentage value as input. The task is to match the grade with the cutoff percentage mark. The grade is output to the screen.

8) Write a program that reads a list of twenty integers from a file and stores them in an array. The program should print the position of the smallest number in the array. If the position of the smallest number is other than 0, the program should swap the number in position 0 with the smallest value. After swapping, the smallest number is now in position 0 and the number that was previously in position 0 is now where the smallest number was. Finally the program should print the values in the array.

9) Write a class Player that stores the name,type of sport, position and score. Include the Constructor, Accessor and Mutator methods.

10) Include in the question 8 the four methods, the methods to reset score, increase and decrease the score and to print the current score.


Related Discussions:- Python programs

Conditionals- booleans, Booleans   Before we talk about  conditional...

Booleans   Before we talk about  conditionals, we require  to clarify the Boolean  data  type.  It has two values False and True. Typical statement that have Boolean values

Psuedocode, #ques Write the pseudocode (use a word processor please) and th...

#ques Write the pseudocode (use a word processor please) and the Python 3.0 program for the following problem. A monkey is being fed some food. Read in the starting weight in lbs:o

Variable, from urllib2 import urlopen # Open http://placekitten.com/ for...

from urllib2 import urlopen # Open http://placekitten.com/ for reading on line 4! response = kittens.read() body = response[559:1000] # Add your ''print'' statement here!

Driven rlc circuit and damped tlc circuit, Write a program on python to gi...

Write a program on python to give solution for driven and damped rlc circuit

Program to calculate area function, Rewrite the area.py program (shown bel...

Rewrite the area.py program (shown below, or in the Creating Functions section of the tutorial) so that it has separate functions for the perimeter and area of a square, a rectangl

Internal models, Internal models As we want to create  more and more c...

Internal models As we want to create  more and more complex  machine with  software programs as controllers, we search  that  it is often needful  to create  additional types

Python program, Write a program that asks the user to enter a number of sec...

Write a program that asks the user to enter a number of seconds. The responses of the program will vary depending on the length of seconds: • If the number of seconds is under 60

Graphing data, Write a program that will take price data for stocks and pri...

Write a program that will take price data for stocks and print it graphically to the screen. Your program should begin by asking the user for the file name. It should then create a

Matrix, What are squared matrices?

What are squared matrices?

Write Your Message!

Captcha
Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd