Posts

Showing posts from May 16, 2020

Programming for everybody (python) chapter 2

Image
Coursera Chapter 2 Week 4 Quiz solutions Official website for Coursera:https://www.coursera.org/learn/python

Programming for everybody (Python) chapter 1

Image
Coursera Chapter 1 Week 3 Quiz solutions Official website for Coursera:https://www.coursera.org/learn/python

Programming for everybody (python) assignment 2.3

Image
Coursera Assignment 2.3 Week 4 2.3  Write a program to prompt the user for hours and rate per hour using input to compute gross pay. Use 35 hours and a rate of 2.75 per hour to test the program (the pay should be 96.25). You should use  input  to read a string and  float()  to convert the string to a number. Do not worry about error checking or bad user data. Official website for Coursera: https://www.coursera.org/learn/python

Programming for everybody (python) assignment 2.2

Image
Coursera assignment 2.2 Week 4 Official website for Coursera:https://www.coursera.org/learn/python

Programming for everybody(Python) chapter 4

Image
Coursera Chapter 4   Quiz solutions:- Official website for Coursera:https://www.coursera.org/learn/python

Programming for everybody (Python) chapter 3

Image
Coursera chapter 3 Week 5 Quiz solutions Official website for Coursera:https://www.coursera.org/learn/python

Programming for everybody (Python) week1

Image
Coursera assignment 1.1