10.Section:Python|||Never miss“Function-Output”in Python|||Beginner!!!!!

Опубликовано: 20 Февраль 2026
на канале: Python and LabVIEW
28
1

Are you a student or working professional, struggling with LabView/TestStand/Python? We are happy to help you in very affordable price.
Please contact:-
https://softwareconsultancy66.godaddy...
Code is available here
Function output

def energy(KE,PE):
Potential_Ene = PE.title()
Kinetic_Ene = KE.title()
return f"PE is{Potential_Ene} KE is{Kinetic_Ene}"
KE_PE = energy(KE="Dynamic",PE="Static")
print(KE_PE)