/Relationship

Function that from two numbers fulfills the following: If the first number is greater than the second, it should return 1. If the first number is less than the second, it should return -1. If both numbers are equal, it must return a 0. Check the relationship between the numbers: '5 and 10', '10 and 5 'and' 5 and 5 '.

Primary LanguagePython

Stargazers