No products in the cart.

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

Ask Question
  • 0 answers
  • 0 answers
  • 4 answers

Tec Om 3 years, 11 months ago

<pre>we can make list as: list=[15,25,35,40]</pre>

Tec Om 3 years, 11 months ago

where are your conditions

Usha Usha 3 years, 11 months ago

Answers please

Usha Usha 3 years, 11 months ago

I don't know
  • 0 answers
  • 2 answers

Sethu Natrajan2144 3 years, 10 months ago

for I in range (0, 1001 ) : if i %2==0: print( i )

Tec Om 3 years, 11 months ago

<pre>for i in range (0,1001): if i%2==0: print(i)</pre>
  • 2 answers

Tec Om 3 years, 11 months ago

if this is not your desired answer then please tell me the conditions

Tec Om 3 years, 11 months ago

a=input("enter the day")
  • 2 answers

Deepti Kour 3 years, 11 months ago

The full form of CPU is central processing unit. It is also called brain of the computer. It guides, directs, controls and governs the performance of a computer. Parts of Computer - 1.ALU(Arithmetic Logic Unit) 2. CU (Control Unit) 3. Registers

Aadya Singh 3 years, 10 months ago

Central Processing unit..
  • 0 answers
  • 2 answers

Deepti Kour 3 years, 11 months ago

The purpose of loops is to repeat the same, or similar, code a number of times.

Yogita Ingle 3 years, 11 months ago

The block of code is executed based on a certain condition. Loops are the control structures of a program. The body of a loop comprises the block of code or the sequence of logical statements that are to be executed multiple times.

  • 1 answers

Hiteshi Jain 3 years, 11 months ago

n = float(input("Enter the number of years :")) d = 365 h = 8760 m = 525600 s = 31536000 print ("The number of years entered by you are :",n) print ("No. of days :",d*n) print("No. of hours :,h*n") print("No. of minutes :,m*n") print("No. of seconds :,s*n") print ("Thank You.")
  • 2 answers

Deepti Kour 3 years, 11 months ago

An input device sends information to a computer system for processing, and an output device reproduces or displays the results of that processing.

Yogita Ingle 3 years, 11 months ago

Input Device Definition: A piece of equipment/hardware which help us enter data into a computer is called an input device. For example keyboard, mouse, etc. 

Output Device Definition: A piece of equipment/hardware which gives out the result of the entered input, once it is processed (i.e. converts data from machine language to a human-understandable language), is called an output device. For example printer, monitor, etc. 

  • 3 answers

Tec Om 3 years, 11 months ago

<pre>l1=[500, 600] l2=[35, 45] l1.append(700) l1.extend(l2) l1.insert(2,25) print(l1) print(l1+l2) print(l1.index(35)) print(l2*2) sorry this is your desired code</pre>

Tec Om 3 years, 11 months ago

<pre>the correct code is '' l1=[500, 600] l2=[35, 45] l1.append(700) l1.extend(l2) l1.insert(2,25) print(l1) print(l1+l2) print(l1.index(35)) print(l2*2)l1=[500, 600] l2=[35, 45] l1.append(700) l1.extend(l2) l1.insert(2,25) print(l1) print(l1+l2) print(l1.index(35)) print(l2*2)</pre>
the output is :
<pre> [500, 600, 25, 700, 35, 45] [500, 600, 25, 700, 35, 45, 35, 45] 4 [35, 45, 35, 45]</pre>

Tec Om 3 years, 11 months ago

if the code is as is it is then you will find error at "insert (25,2)" because 25 index is not present in l1 and at idex this is not any method index is the method
  • 1 answers

Yogita Ingle 3 years, 11 months ago

The reason dates back to the time of manual typewriters. When first invented , they had keys arranged in an alphabetical order, but people typed so fast that the mechanical character arms got tangled up. So the keys were randomly positioned to actually slow down typing and prevent key jams. The QWERTY keyboards were made so one could type using keys from the top row of the keyboard. This random arrangement became standard.

  • 2 answers

Tec Om 3 years, 11 months ago

sublime is not an ide

Yogita Ingle 3 years, 11 months ago

IDLE is a Python IDE

Jupyter Notebook** is a Python web-based application

Spyder is a Python IDE

Sublime Text is a Text Editor

  • 2 answers

Tec Om 3 years, 11 months ago

<pre>for i in range (2,20,2): print (i)</pre>

Tec Om 4 years ago

for i in range(2,20,2): print(i)
it will five you your desired result
in range function (start,stop,step)
this is small explanation i hope it will help you
  • 1 answers

Tec Om 4 years ago

Storage of data is cost effective and time saving in cloud computing because we can easily access the data any where with the help of devices like laptop , smartphone etc.but still it is not safe because of hackers so to avoid this use best and safe cloud for your data .
  • 1 answers

Gaurav Seth 4 years ago

Semantic errors are problems with a program that runs without producing error messages but doesn't do the right thing. Example: An expression may not be evaluated in the order you expect, yielding an incorrect result.

  • 3 answers

Sethu Natrajan2144 3 years, 10 months ago

J

Tec Om 4 years ago

Banana

First Name 4 years ago

Banana - केला
  • 0 answers

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