Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by ?? 4 years, 1 month ago
- 3 answers
Posted by Athmapriya P 4 years, 1 month ago
- 0 answers
Posted by Athmapriya P 4 years, 1 month ago
- 0 answers
Posted by Aman Kumar 4 years, 1 month ago
- 1 answers
Gaurav Seth 4 years, 1 month ago
Numeric
A numeric value is any representation of data which has a numeric value. Python identifies three types of numbers:
- Integer: Positive or negative whole numbers (without a fractional part)
- Float: Any real number with a floating point representation in which a fractional component is denoted by a decimal symbol or scientific notation
-
Complex number: A number with a real and imaginary component represented as x+yj. x and y are floats and j is -1(square root of -1 called an imaginary number)
Boolean
Data with one of two built-in values <code>True</code> or <code>False</code>. Notice that 'T' and 'F' are capital. <code>true</code> and <code>false</code> are not valid booleans and Python will throw an error for them.
Sequence Type
A sequence is an ordered collection of similar or different data types. Python has the following built-in sequence data types:
- String: A string value is a collection of one or more characters put in single, double or triple quotes.
- List : A list object is an ordered collection of one or more data items, not necessarily of the same type, put in square brackets.
- Tuple: A Tuple object is an ordered collection of one or more data items, not necessarily of the same type, put in parentheses.
Dictionary
A dictionary object is an unordered collection of data in a key:value pair form. A collection of such pairs is enclosed in curly brackets. For example: <code>{1:"Steve", 2:"Bill", 3:"Ram", 4: "Farha"}</code>
Posted by Chirag Sharma 4 years, 1 month ago
- 1 answers
Posted by Athmapriya P 4 years, 1 month ago
- 1 answers
Posted by Athmapriya P 4 years, 1 month ago
- 1 answers
Tec Om 4 years, 1 month ago
Posted by Royal Thakur ? 4 years, 1 month ago
- 1 answers
Posted by Yogitha Sanga 4 years, 1 month ago
- 0 answers
Posted by Yogita Ingle 4 years, 1 month ago
- 1 answers
Posted by Hem Jakhar 4 years, 1 month ago
- 0 answers
Posted by ? ? 4 years, 1 month ago
- 5 answers
? ? 4 years, 1 month ago
? ? 4 years, 1 month ago
Posted by Tec Om 4 years, 1 month ago
- 0 answers
Posted by ? ? 4 years, 1 month ago
- 3 answers
Posted by ? ? 4 years, 1 month ago
- 3 answers
Rithika D 4 years, 1 month ago
? ? 4 years, 1 month ago
The every moment you are observing here along with blinking time will never come in your whole life once again .... <hr style="width:70%;" color="red">
<div id="time"></div><div class="container"> <div id="more"></div> </div> </body> </html>
Posted by Ashwani Devi 4 years, 1 month ago
- 1 answers
Yogita Ingle 4 years, 1 month ago
When you close a document in Word, the document itself leaves your screen and you can no longer edit it. The program remains open for you to switch to another document. When you exit Word, the entire program closes and must be opened again in order to edit any documents.
Posted by Nasreen Yasmeen 4 years, 1 month ago
- 0 answers
Posted by Royal Thakur ? 4 years, 1 month ago
- 2 answers
Posted by ? ? 4 years, 1 month ago
- 4 answers
Aadya Singh 4 years, 1 month ago
Aseem Mahajan 4 years, 1 month ago
Posted by ? ? 4 years, 2 months ago
- 3 answers
? ? 4 years, 1 month ago
Posted by ? ? 4 years, 2 months ago
- 4 answers
? ? 4 years, 2 months ago
Posted by ? ? 4 years, 2 months ago
- 5 answers
? ? 4 years, 2 months ago
? ? 4 years, 2 months ago
? ? 4 years, 2 months ago
? ? 4 years, 2 months ago
Posted by By Mty 4 years, 2 months ago
- 1 answers
Posted by Pradeep Kumar L 4 years, 2 months ago
- 3 answers
Tec Om 4 years, 2 months ago
Yogita Ingle 4 years, 2 months ago
We take the set of numbers on which the binary operations are performed as X. The operations (addition, subtraction, division, multiplication, etc.) can be generalised as a binary operation is performed on two elements (say a and b) from set X. The result of the operation on a and b is another element from the same set X.
Thus, the binary operation can be defined as an operation * which is performed on a set A. The function is given by *: A * A → A. So the operation * performed on operands a and b is denoted by a * b.
Posted by Pallavi Prasad 4 years, 2 months ago
- 1 answers
Sia ? 3 years, 6 months ago
It helps in storing and creating typed documents in a new way. It provides the function of Creating the documents with basic editing, saving, and printing of it or same. It helps in Copy the text along with moving deleting and pasting the text within a given document.
myCBSEguide
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app
?? 4 years, 1 month ago
3Thank You