Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 169 Bytes

what_is_the_result.md

File metadata and controls

13 lines (9 loc) · 169 Bytes

What is the result?

What is the value of each of the following variables?

  1. x = 5,000
  2. x = 5_000
  3. x = 5_0_0

Solution

  1. (5,0)
  2. 5000
  3. 500