No products in the cart.

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

Ask Question
  • 2 answers

Gaurav Kumar 5 years ago

Did you mean list ?

Lakshmi Lakshmi 5 years ago

Arrays lesson in computer scince ????
  • 0 answers
  • 1 answers

Aditya Vishwakarma 4 years, 11 months ago

Debugging refers to the process of locating the place of error, cause of error and correcting the code accordingly
  • 5 answers

Gaurav Kumar 5 years ago

Python is type B language which can be translated by both interpreter and compiler . It is case sensitive and OOL . Python provides easy syntax than other langs . Python is way comfy then other langs cause here you got no '{' and ';' which makes a program much more difficult :D

Nitin Choudhary 5 years ago

Object oriented programming language

Harshi . 5 years ago

Python is a programming language which is case sensitive

Abhijit Mandal 5 years ago

PYTHON is a good or you can say its a COOL programming language in the world ... :- Python is a interpreted high level language . :- Python is a case sensitive language. :- if you have great knowledge of mathematics and in your own logic to solve complex problems then you can find python very interesting. Abhijit mandal :- HOPE YOU LIKED IT.

Kavya?? Verma 5 years, 1 month ago

It is a case sensitive language
  • 0 answers
  • 1 answers

Jio Vs Airtal 5 years, 1 month ago

Error J is not define
  • 1 answers

Yasashwini Awasthi 5 years, 1 month ago

Tuples are represented as group of values of any data type with parenthesis and separated by commas but this data type can't be change by the user in further program. Where as Dictionary is an another featured data type in python which is a group of unordered set of values separated by colon and as well as comma, before the colon key of the value is represented and after the colon actual view is present.
  • 1 answers

Abhijit Mandal 5 years ago

What type of sample programs are those carry please send me so I can explain you and help you
  • 1 answers

Kenguva Srichandana 5 years, 1 month ago

Notes for chapter Data Handling
  • 1 answers

Yogita Ingle 5 years, 1 month ago

Language is a means of communication among humans. Even animals and every other living being need language. One simply cannot communicate with others without language. Likewise, a computer also needs a language so that it can communicate with the users, which is called a programming language.

  • 1 answers

Jones Arputhan 5 years, 1 month ago

Single line comments are specified by ash tags (#) and they are automatically terminated by the end of the line. Comments that span multiple lines-used to explain things in more detail are specified by adding a delimiter (" '''')
  • 1 answers

Abhijit Mandal 5 years ago

Here is your program :- #THIS PROGRAM IS CREATED BY ABHIJIT MANDAL #THIS THIS PROGRAM WILL CONVERT CENTIMETRE TO INCH. #MAIN CODE FOLLOWS:- length=float(input("ENTER THE LENGTH(in cm)HERE:- ")) def inch(): Inch=length/2.54 Print("THE ENTERED LENGTH",length,"CM IN INCHES IS", inch,"INCHES") If length<0: Print("length cant be -ve") else: inch() Just copy it and run then clear your doubt own!!
  • 1 answers

Aniket Verma 5 years, 1 month ago

for i in range(1,7): for j in range(1,i,1): print(j,end = " ") print() It is the code for your Q...☺
  • 2 answers

Aditya Vishwakarma 4 years, 11 months ago

Firstly write program and use max('name the string where you store the numbers) Like max(a)

Abhijit Mandal 5 years ago

The best code is here:: #source code is created by Abhijit Mandal. #coding starts!!! a=[ ] n=int(input("ENTER THE TOTAL NUMBER OF ELEMENTS HERE:- ")) for i in range(1,n+1): b=int(input("ENTER THE ELEMENT HERE:- ")) a.append(b) a.sort() print("THE LARGEST NUMBER IS:- ",a[-1])
  • 1 answers

Valiveti Hemasree 5 years, 1 month ago

I do not think it is possible in python language
  • 1 answers

Ankita J 5 years, 1 month ago

The source code is simply the code you creat, using java syntax.
  • 0 answers
  • 0 answers
  • 0 answers
  • 2 answers

Mansi Sharma 5 years, 1 month ago

Ths variables are different. So it would just print a and b rather than giving any value.

Ashish Sonkar 5 years, 1 month ago

A=-2 B=729
  • 1 answers

Yogita Ingle 5 years, 2 months ago

Python is recommended due to its benefits, like easy language and readability. Python is employed over other styles because it is very easy to understand.

The print function is applied to represent any kind of information like string or estimated value.

print ('' Happy learning!'')

The displaying function is a built-in feature of the Python language and utilized to understand a line of a text provided by the user.

str = input (''Hello Everyone'')

print (''Received input is:'',str)

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