For any queries you can reach us at infovistarindia@gmail.com / WhatsApp us: +919158876092

Character set in Python

Character set

Character set in Python

Following are character sets acknowledged by python. It uses the standard ASCII character set.

  1. Letters:
    A-Z, a-z
  2. Digits:
    0-9
  3. Special Symbols:
    Special Symbols available over the Keyboard (~!@#$%^&)
  4. White Spaces:
    Blank space, Tab, Newline, Carriage return and Form feed etc.
  5. Other Characters:
    Unicode Characters