Question: Write a two-line python code that takes an integer number as input and then if the integer is greater than or equal to 100, print
Write a two-line python code that takes an integer number as input and then if the integer is greater than or equal to 100, print True, and if not, print False. You can't use if or else if or else statements.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
