homework5git/if/if06.py

7 lines
167 B
Python

# consider the following line from the autoloan program:
principal = float(input("Enter a value for the principal: "))
print(f"You entered the value {principal}")