coding
Q1. Write a program that asks the user to enter a distance in kilometers, and then converts that distance to miles. The conversion formula is as follows:
Miles Kilometer x 0.6214
Submission for Q1:
1. A Python code file
2. Screenshot of the Running program
Q2. Write the following codes
Submission of Q2 (All parts a, b, and c):
1. A summary of the program, what does program do
2. Screenshot of the Running program
a). def message():
print('I am Arthur,')
print('King of the Britons.')
message()
b) def main():
print('I have a message for you.')
message()
print('Goodbye!')
def message():
print('I am Arthur,')
print('King of the Britons.')
main()
c)
def area(width, length):
return width * length
def perimeter(width, length):
return 2 * (width + length)
def main():
width = float(input("Enter the rectangle's width: "))
length = float(input("Enter the rectangle's length: "))
print('The area is', area(width, length))
print('The perimeter is', perimeter(width, length))
main()
2 years ago
20
- Mod 5 BHW
- ETH 125 Week 1 CheckPoint The Sociology of Race and Ethnicity Appendix B
- Finance problems
- final exam ada
- Psychology of Personality Research Paper
- Homework Pro
- BUS 499 2ND ASSIGMENT, NEED SOMEONE WITH GOOD WRITING ASAPPP! NO PLAGARISM PLS!! THANKS
- Write a 3 pages paper APA style
- ECO 205 Week 3 CheckPoint Industry Research Part II Appendix
- 1