in python printIntegerSequenceInformation: this function receives as a parameter the list (list of integers) with an int
Posted: Thu May 05, 2022 1:20 pm
in python
printIntegerSequenceInformation: this function receives as a parameter the list (list of integers) with an integer sequence and does not return any value. The function prints into STDOUT the following information (you must use the output messages presented below):
Values: 2 9 8 7 9 10
# of Values: 6
# Positive Values: 6
# Negative Values: 0
printIntegerSequenceInformation: this function receives as a parameter the list (list of integers) with an integer sequence and does not return any value. The function prints into STDOUT the following information (you must use the output messages presented below):
Values: 2 9 8 7 9 10
# of Values: 6
# Positive Values: 6
# Negative Values: 0