Skip to content

Latest commit

 

History

History
12 lines (10 loc) · 227 Bytes

what_is_the_result_lvl_1.md

File metadata and controls

12 lines (10 loc) · 227 Bytes

What is the result? - Level 1

What is the result of each of the following statements?

  1. "abc"*3
  2. "abc"*2.5
  3. "abc"*2.0
  4. "abc"*True
  5. "abc"*False
  6. print("xy\tz")
  7. print("xy\"z\'")
  8. "qwer" "xyz"