Question: ask 1: Basic Comparison Operators 1. Open a new Python file and name it conditions_and_comparisons.py. 2. Create two variables num 1 and num 2 and


ask 1: Basic Comparison Operators 1. Open a new Python file and name it "conditions_and_comparisons.py". 2. Create two variables num 1 and num 2 and assign them any integer values of your choice. 3. Use the following comparison operators to compare num 1 and num2: a) Equal to (==) b) Not equal to (!=) c) Greater than (>) d) Less than (=) f) Less than or equal to (
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
