Course Content
What is Python?
Introduction of Python and Its setup
0/2
Control Statement
Control statements are used to control the flow of execution depending upon the specified condition/logic.
0/4
File Handling
File handling is an important component of any application. Python has multiple functions for creating, reading, updating, and deleting files.
0/2
Examples
Following are the examples of python scripts to try hands-on, you are ready to start your python journey.
0/7
Python
About Lesson

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