Posts by Eduardo • 1 point
1 post
-
-4
votes2
answers64
viewsQ: Python - How to calculate the predecessor of a number?
Create a function called predecessor that takes as a single parameter an integer a and prints its predecessor. Entree The input consists of a single row containing the integer number of the input a…