No products in the cart.

Ask questions which are clear, concise and easy to understand.

Ask Question
  • 1 answers

Gaurav Seth 4 years, 11 months 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>

  • 1 answers

Kanishk Sehgal 4 years, 11 months ago

2360
  • 1 answers

Tec Om 4 years, 11 months ago

python and mysql
  • 1 answers

Tec Om 4 years, 11 months ago

Cloud computing is the delivery of different services through the Internet. These resources include tools and applications like data storage, servers, databases, networking, and software
  • 1 answers

Aadya Singh 4 years, 11 months ago

Gud afternoon ✌
  • 1 answers

Aadya Singh 4 years, 11 months ago

Who are uhh Yogita Ingle?? ?
<html> <body> <textarea id="ta" width="350px" height="100px"></textarea> <button id="js">Click Here</button> <script > var o = 1; var h1; var tarea = document.getElementById("ta"); var bt = document.getElementById("js"); bt.onclick = update; var st = tarea.value; var len = st.length; var time =len * 0.289; function update(){ setInterval( function (){ var s = tarea.value; var l = s.length; if((document.getElementById("h"))!=null) { document.getElementById("h").innerHTML=s.substr (0,o)+'|'; o+=1; h1.style.whiteSpace= "inherit"; }else{ h1 = document.createElement('h1'); h1.setAttribute("id","h"); document.body.appendChild(h1); document.getElementById("h").innerHTML = s.substr(0,o); o+=1; h1.style.position= " absolute"; h1.style.top = 40+"px"; h1.style.left = 0 +"px"; var div = document.getElementById('h'); div.style.animation = 'blink .40s step-end infinite'; ; } } ,200); } </script> </body> </html>
  • 5 answers

Aseem Mahajan 4 years, 11 months ago

I know miss its nothing but script

Friday ✌️✌️ 4 years, 11 months ago

Muth ke dikha tah hu

Aryan M 4 years, 11 months ago

Wow?hii kse kia???

? ? 4 years, 11 months ago

<mark>HERE ABOVE IN THE BOX TYPE ANYTHING AND THEN CLICK ON THAT BUTTON...THIS WILL SHOW UR TYPED WORDS ?</mark>

? ? 4 years, 11 months ago

<mark>WHAT'S GOING ON HERE ? SBKO EKSATH CODING KA SHOCK KBSE CHDD GYA ?..OKAY TO PHIR MERA CHALLENGE HAI YE KRKE DIKHAO??</mark>
  • 3 answers

Aadya Singh 4 years, 11 months ago

Gud Mrng Miss1234 ??

Tec Om 4 years, 11 months ago

can i know your good name dear friend

Tec Om 4 years, 11 months ago

good morning
<html> <head> <title>Page Title</title> </head> <body>

HEY FRIENDS GOOD NIGHT?!

By SHRADDHA SHARMA

<script src="https://cdnjs.cloudflare.com/ajax/libs/animejs/2.0.2/anime.min.js"></script> <script> var a1 = {}; a1.opacityIn = [0,1]; a1.scaleIn = [0.2, 1]; a1.scaleOut = 5; a1.durationIn = 800; a1.durationOut = 600; a1.delay = 500; anime.timeline({ loop: true }) .add({ targets: '.a1 .w-1', opacity: a1.opacityIn, scale: a1.scaleIn, duration: a1.durationIn }) .add({ targets: '.a1 .w-1', opacity: 0, scale: a1.scaleOut, duration: a1.durationOut, easing: "easeInExpo", delay: a1.delay }) .add({ targets: '.a1 .w-2', opacity: a1.opacityIn, scale: a1.scaleIn, duration: a1.durationIn }) .add({ targets: '.a1 .w-2', opacity: 0, scale: a1.scaleOut, duration: a1.durationOut, easing: "easeInExpo", delay: a1.delay }) .add({ targets: '.a1 .w-3', opacity: a1.opacityIn, scale: a1.scaleIn, duration: a1.durationIn }) .add({ targets: '.a1 .w-3', opacity: 0, scale: a1.scaleOut, duration: a1.durationOut, easing: "easeInExpo", delay: a1.delay }) .add({ targets: '.a1', opacity: 0, duration: 500, delay: 500 }); var textWrapper = document.querySelector('.a2 .letters'); textWrapper.innerHTML = textWrapper.textContent.replace(/([^\x00-\x80]|\w)/g, "$&"); anime.timeline({ loop: true }) .add({ targets: '.a2 .line', scaleY: [0,1], opacity: [0.5,1], easing: "easeOutExpo", duration: 700 }) .add({ targets: '.a2 .line', translateX: [0, document.querySelector('.a2 .letters').getBoundingClientRect().width + 10], easing: "easeOutExpo", duration: 700, delay: 100 }) .add({ targets: '.a2 .letter', opacity: [0,1], easing: "easeOutExpo", duration: 600, offset: '-=775', delay: (el, i) => 34 * (i+1) }) .add({ targets: '.a2', opacity: 0, duration: 1000, easing: "easeOutExpo", delay: 1000 }); </script> </body> </html>
  • 0 answers
  • 3 answers

Rithika D 4 years, 11 months ago

Woah how are you doing all these things...It's simply great

? ? 4 years, 11 months ago

<html> <head> <title>Page Title</title> <link href='https://fonts.googleapis.com/css?family=Orbitron' rel='stylesheet' type='text/css'> </head> <body> <embed id="ak" src="https://www.dropbox.com/s/2fh4117w8021h67/SadMusic2018-12-29_-_Cold_Isolation_-_David_Fesliyan.mp3?raw=1" loop="infinite" autostart="true" > </embed>

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>

? ? 4 years, 11 months ago

Sry all!.. it's not working ?
  • 1 answers

Yogita Ingle 4 years, 11 months 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.

  • 2 answers

Aadya Singh 4 years, 11 months ago

Btw... Gud Mrng!! ?

Aadya Singh 4 years, 11 months ago

Hn... Mujhe bhi lgta hai aisa hi ???
  • 4 answers

Aadya Singh 4 years, 11 months ago

Btw... How are uhhh??? Bhot dino baad baat ho rhii ?

? ? 4 years, 11 months ago

OKAY THANKS AADYA FOR THIS INFO.....

Aadya Singh 4 years, 11 months ago

Heyy Shraddha.... Dhruv ko mene sorry bol to diya tmhari taraf se..... But usne bola ki bol dena... Apni insta id ki tarah apna sorry bhi bhul jayee... usko regret krne ki koi jaruart nahi hai... Aur Mai nahi maaf krne wale usko ?

Aseem Mahajan 4 years, 11 months ago

Its simple but I cant tell here others will misuse it u can ask from aadu ki they misuse or not
  • 3 answers

? ? 4 years, 11 months ago

I'm just trying to upload any video from the youtube link using HTML coding here...But I think it's not possible:(

Aseem Mahajan 4 years, 11 months ago

At least tell possible I know

Aseem Mahajan 4 years, 11 months ago

What do you want to do ?
  • 4 answers

? ? 4 years, 11 months ago

see it's working ?

? ? 4 years, 11 months ago

? ? 4 years, 11 months ago

<div style="width:100%;height:0px;position:relative;padding-bottom:56.250%;"><iframe src="https://streamable.com/e/84nocm?autoplay=1" frameborder="0" width="100%" height="100%" allowfullscreen allow="autoplay" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>

? ? 4 years, 11 months ago

is this working?!?
  • 5 answers

? ? 4 years, 11 months ago

<div style="width:100%;height:0px;position:relative;padding-bottom:100.000%;"><iframe src="https://streamable.com/e/19vozv?autoplay=1" frameborder="0" width="100%" height="100%" allowfullscreen allow="autoplay" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>

? ? 4 years, 11 months ago

<div style="width:100%;height:0px;position:relative;padding-bottom:56.250%;"><iframe src="https://streamable.com/e/84nocm?autoplay=1&loop=0" frameborder="0" width="100%" height="100%" allowfullscreen allow="autoplay" style="width:100%;height:100%;position:absolute;left:0px;top:0px;overflow:hidden;"></iframe></div>

? ? 4 years, 11 months ago

<div style="position:relative; padding-bottom:56.25%; padding-top:30px; height:0; overflow:hidden;"> <iframe width="425" height="344" src="https://www.youtube.com/embed/EdR4Xs9oBLw" frameborder="0" allowfullscreen style="position:absolute; top:0; left:0; width:100%; height:100%;"> </iframe> </div>

? ? 4 years, 11 months ago

kya prob h isko!!!!?

? ? 4 years, 11 months ago

<HTml> <body> <iframe width="300" height="300" src="https://www.youtube.com/embed/EdR4Xs9oBLw"> </iframe> </body> </html>
  • 1 answers

Tec Om 4 years, 11 months ago

are you talking about string in python
  • 3 answers

Tec Om 4 years, 11 months ago

in a+b 'a' and 'b' are operands

Tec Om 4 years, 11 months ago

operators which require two operands called binary operator. operands are the variables to which action or computation will applied.

Yogita Ingle 4 years, 11 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 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.

  • 1 answers

Sia ? 4 years, 3 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.

  • 1 answers

Dev Lohani 4 years, 11 months ago

Understanding the function of the computer is called as computer science
  • 1 answers

Tec Om 4 years, 11 months ago

python is a object oriented programming languages and on the other hand scratch is a block based programming language
  • 1 answers

Meghna Thapar 4 years, 11 months ago

1. Privacy Concerns: 90 percent of devices collected at least one piece of personal information via the device, the cloud or the device’s mobile application. The vast majority of devices collecting information like name, address, date of birth or even health and credit card information. Even worse is the fact that many devices transmit this information across networks without encryption. If users misconfigure their home network, then they are only one step away from exposing this data through wireless networks. Cloud services, which many of these devices use, are also extremely vulnerable. However, it is likely that the majority of these devices actually need personal information to function.

2. Insufficient Authentication/Authorization: 80 percent failed to require passwords of sufficient complexity and length. A huge number of users and devices rely on weak and simple passwords and authorizations. Citing examples of this, HP found that many devices and their cloud components accepted passwords like “1234” or “123456”. Many users that configured accounts with weak passwords also used the same password in the cloud for cloud products. HP points out that a strong

password policy is basic security, but even still most solutions failed.

3. Transport Encryption: 70 percent of devices used unencrypted network services. Transport encryption is where information that is being transferred from one device to another device is encrypted from the outset of any communication. Transport encryption will be crucial given that most of the devices are transmitting data that most people would consider crucial. However, most devices surveyed failed to encrypt data, even when the devices were using the Internet. HP noted that the need for encryption is particularly strong given the amount of information that is being passed between the device, the cloud and mobile applications.

4. Web Interface: 60 percent raised security concerns with their user interfaces. These issues included:
persistent cross-site scripting, poor session management and weak default credentials. From this, hackers were able to identify valid user accounts and take them over using things like password reset features.

5. Insecure Software: 60 percent did not use encryption when downloading software updates. Given the number of software updates that will be required to make everything work together, HP says that it was “alarming” to find that so little of this software was encrypted during downloads. Even worse, some of the downloads that were tested could be intercepted and uploaded into a file system in Linux where the software could be seen or even modified.

myCBSEguide App

myCBSEguide

Trusted by 1 Crore+ Students

Test Generator

Test Generator

Create papers online. It's FREE.

CUET Mock Tests

CUET Mock Tests

75,000+ questions to practice only on myCBSEguide app

Download myCBSEguide App