Posts by Ismael_Code • 11 points
2 posts
-
0
votes1
answer48
viewsQ: Doubt regarding the existence of an "if" in the code
Question statement: Construct a function that will receive two Strings of varying sizes and will return True or False if all characters (regardless of whether they are upper or lower case) are…
-
-3
votes1
answer50
viewsQ: Not falling in the if according to the number being higher or lower
The program I want to create should return an array with the number of records reached from a list of scores and the number of the position of the lowest score, respectively. However, it returns…