DEV Community

Discussion on: Output for this Python code

Collapse
 
mohanchhabaria profile image
Mohan Chhabaria

This convention is used for big integers so that they are easier to read. It allows to divide digits with a single underscore.
Coming on to output. The number will be handled as an integer only, so the output will be :

  1. 14000000000
  2. int