for sure man, btw here's the rest of the question incase that changes the first step. the rest of the if/else statement stuff is easy tho and i can do it, but i shoulda included it when i first asked for help
- Use sys module to accept 2 command-line inputs to the script (as the script is invoked) and name them num1, num2.
- Use if/else statements to print "the numbers are EQUAL" when the variables are equal or "the numbers are NOT EQUAL" when the variables are not equal.
- Use an if-statement to print "the first number is LESS" when the first number is less than the second.
- Use another if-statement to print "the second number is LESS" when the second number is less than the first.