Studypoonlinepoatpohttps://quizlet.com/_ezi
szg
1. Createpoaposolutionpothatpoacceptspothreepointegerpoinputsporepresentingpothepon
umberpoofpotimespoanpoemployeepotravelspotopoapojobposite.poOutputpothepototalpodi
stancepotraveledpotopotwopodecimalpoplacespogivenpothepofollowingpomilespoperpoem
ployeepocommutepotopothepojobposite.poOutputpothepototalpodistancepotraveledpotopo
twopodecimalpoplacespogivenpothepofollowingpomilespoperpoemployeepocommutepo
topothepojobposite:
EmployeepoA:po15.62pomil
espoEmployeepoB:po41.85p
omiles
EmployeepoC:po32.67pomiles:potimes_traveledApo=point(input())potimes
_traveledBpo=point(input())
times_traveledCpo=point(input())poempl
oyeeApo=po15.62po#milespoemployeeB
po=po41.85po#milespoemployeeCpo=po32
.67po#miles
distance_traveledApo=potimes_traveledApo*poemploye
eApodistance_traveledBpo=potimes_traveledBpo*poempl
oyeeBpodistance_traveledCpo=potimes_traveledCpo*poe
mployeeC
total_miles_traveledpo=podistance_traveledApo+podistance_traveledBpo+podistance_tr
av-poeledC
print('Distance:po{:.2f}pomiles'.format(total_miles_traveled))
2. Createpoaposolutionpothatpoacceptspoanpoinputpoidentifyingpotheponamepoofpoapotextp
ofile,poforpoexample,po"WordTextFile1.txt".poEachpotextpofilepocontainspothreeporowspo
withpoonepowordpoperporow.poUsingpothepoopen()pofunctionpoandpowrite()poandporea
d()pomethods,pointeractpowithpothepoinputpotextpofilepotopowritepoaponewposentencep
ostringpocomposedpoofpothepothreepoexistingpowordspotopothepoendpoofpothepofilepoc
ontentspoonpoaponewpoline.poOutputpotheponewpofilepocontents.:pofile_namepo=poinpu
t()
withpoopen(file_name,po'r')poaspof:
word1po=postr(f.readline()).strip(
)poword2po=postr(f.readline()).stri
p()poword3po=postr(f.readline()).
strip()
fpo=poopen(file_name,po'r')pol
inespo=pof.read().splitlines()p
olinespo=po'po'.join(lines)pof.cl
ose()
print(f'{word1}\n{word2}\n{word3}\n{lines}')
1po/
po1
1
, WGUpoD335poPracticepoTestpo2
Studypoonlinepoatpohttps://quizlet.com/_ezi
szgpoaposolutionpothatpoacceptspoanpointegerpoinputporepresentingpoanyponu
3. Create
mberpoofpoounces.poOutputpothepoconvertedpototalponumberpoofpotons,popounds,po
andporemainingpoouncespobasedpoonpothepoinputpoouncespovalue.poTherepoarepo16po
ouncespoinpoapopoundpoandpo2,000popoundspoinpoapoton.:poounces_per_poundpo=po1
6
2po/
po1
1