Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 193 Bytes

what_is_the_result_lvl_1.md

File metadata and controls

8 lines (6 loc) · 193 Bytes

What is the result? - Level 1

  1. What is the result of each of the following statements?
  • 1 > 2 - False
  • 1 == 1 - True
  • 4 < 1 - False
  • 'two' > 1 - TypeError exception