Answer:
f=float(input("Enter an integer: "))
c=(f-1)
a=(c-1)
b=(a-1)
print(str(c))
print(str(a))
print(str(b))
Step-by-step explanation:
This will print everything correctly, just copy and paste!
Questions about Python or more ProjectStem help? Just Send me a message!