Ravaan Techky

Ravaan Techky Group invites all Techkies.

Python

###Boolean datatype:

  • value should be ‘True’ and ‘False’.
  • case sensitive.

    Example, -

      Input=>
          my_result = true
      Output=>
          compilation failure.
    
      Input=>
          my_result = True
          my_result
      Output=>
          True
    



Back


python-documentation is maintained by ravaan-techky.