If you are learning about the database, so most welcome to my article. By reading this article today, you will be able to get information about the Keys Of DBMS. So today we are going to discuss What is keys in DBMS and DBMS Keys Types. Here we will learn the basics of Keys. This is a very important topic of CBSE class...
Showing posts with label Class 11 IP. Show all posts
Showing posts with label Class 11 IP. Show all posts
CBSE Term-wise Syllabus 2021-22UNIT - 2: Introduction to PythonTokens in PythonOperators in Pythonprint() Functioninput() Functionrange() FunctionConditional Statements (if ... elif ... else)Iterative Statements (for loop)Iterative Statements (while loop)break and continue statementsPattern Printing in PythonUNIT - 3Database...
In this post, we will talk about the Relational data model of class 11th so let's start and know first what is Data? and what is the Database? so Data is our basic information, and a Database is a place where stored the information or data this is called the database.Above we have learned about the Database, now we will...
String Definition / What Is Strings in Python?Python string is characters/numbers/special characters enclosed in quotes of any type - single quotation marks (' '), Double quotation marks ( " ") and triple quotation marks (" " "). An empty string is a string that has 0 characters (i.e. it is just a pair of quotation marks)...
What is cyber safety/Internet Safety?Today's age cannot be thought without the Internet, even in dreams. Nowadays every person is being a victim of online fraud. Mostly children are caught in this trap so the first thing we need to know is how to protect a child from online fraud? The government has started its cyber safety...
What is Comment in Python?
Any remark such as who made the code and the purpose in the form of a note can be added in the program using comments. Comments are not executed by the interpreter, they are added with the purpose of making the source code easier to understand by humans. The documentation of the code...
In this post, I am going to discuss various types of data that you can store in Python. The data can be stored in mutable or immutable types of variable.
Let us now discuss CBSE class 11 subject Informatics practices and Computer Science chapter Data Types in Python.
What is Data type?
A data type or...
10
Jul
Tokens in Python -:
Today we will discuss "Python tokens", "Types of tokens with example", "List of tokens in Python", "How many types of tokens are allowed in Python".The Smallest individual unit in a python program is known as "Tokens".Python has mainly 5 types of token which are given below...