Python Fundamentals

  1. This lecture series contains videos, study materials and quizzes related to the following topics.
    Python character set
    Tokens and its types
    The basic process to follow the lecture series is.
    1- First watch video
    2- Read the topic
    3- Finally, take the quiz
    4- If any problem or error in lecture series comment

Things to remember

Character set is a set of valid characters which Python recognizes and uses.

Python has the following character set.

Letters: {a,b,c,….,z} {A,B,C,…Z}
Digits: {0,1,2,3,4,….,9}
Special Symbols: (), _, #, {}
Whitespaces: newline, tab, formfeed
ASCII and Unicode characters



Tokens in Python



Sources-

Sunita Arora, Computer Science with Python Textbook for Class XI, Dhanpat Rai and Co., Edition 2019, Pages 120-154.


You have learned, it is time to test yourself.

[HDquiz quiz = "412"]

Leave a Comment

Your email address will not be published. Required fields are marked *

©Postnetwork-All rights reserved.