No products in the cart.

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

Ask Question
  • 2 answers

Ankit Singh 5 years ago

Is mine answer clear to you. by the way in which school you study.

Ankit Singh 5 years ago

def calculate_area(base, height) Area=(1/2)*(base)*(height) return Area B=eval(input("Enter the base of triangle : ") H=eval(input("Enter the height of triangle : ") Are = (calculate_area(B,H)) print ("Area of triangle = ",Are)
  • 1 answers

Ankit Singh 5 years ago

(0)<=(i)<=(x-1)
  • 1 answers
Email working follows the client server approach. ... Suppose person A wants to send an email message to person B. Person A composes the messages using a mailer program i.e. mail client and then select Send option. The message is routed to Simple Mail Transfer Protocol to person B's mail server.
  • 2 answers

Ankit Singh 5 years ago

Same answer as Khushi Gupta ???‍? is saying
Refrences
  • 1 answers
In computer science, conditional statements, conditional expressions and conditional constructs are features of a programming language, which perform different computations or actions depending on whether a programmer-specified boolean condition evaluates to true or false.
  • 1 answers
Persistence is "the continuance of an effect after its cause is removed". In the context of storing data in a computer system, this means that the data survives after the process with which it was created has ended. In other words, for a data store to be considered persistent, it must write to non-volatile storage.
  • 2 answers
Wese I am also Khushi Gupta....???
Bubble sort, sometimes referred to as sinking sort, is a simple sorting algorithm that repeatedly steps through the list, compares adjacent elements and swaps them if they are in the wrong order. The pass through the list is repeated until the list is sorted.
  • 1 answers
With comparison symbol...(= =)...
  • 3 answers
You are welcome....?

Ankit Singh 5 years ago

Thank you so much khushi gupta ???‍?
Enclosing (or nonlocal) scope is a special scope that only exists for nested functions. If the local scope is an inner or nested function, then the enclosing scope is the scope of the outer or enclosing function. ... This Python scope contains all of the names that you define at the top level of a program or a module.
  • 5 answers
You are most welcome......

Ankit Singh 5 years ago

At last I did it, thanks you? for suggestion
Okk I will check it and send it to u

Ankit Singh 5 years ago

I already checked that's not mentioned in that book
Check it in the book python of sumita arora..... it is in it.....
  • 3 answers

Ankit Singh 5 years ago

Show databases
Select * from table name...
Select * from <tab name>..
  • 1 answers

Yogita Ingle 5 years, 1 month ago

A local variable is a type of variable declared within programming block or subroutines. It can only be used only inside that subroutine or code block in which they were declared. The local variable exists until the block of the function is in under execution. After that, it will be destroyed automatically.

Global variables are defined outside of a subroutine or function. The global variable will hold its value throughout the lifetime of a program. They can be accessed within any function defined for the program.

  • 2 answers

Tapan Pandey?? 5 years ago

?

Tapan Pandey?? 5 years ago

Array is a set of same or homogeneous data type.....
  • 1 answers

Meghna Thapar 5 years, 1 month ago

A Python library is a reusable chunk of code that you may want to include in your programs/ projects. Compared to languages like C++ or C, a Python libraries do not pertain to any specific context in Python. Here, a 'library' loosely describes a collection of core modules. A module can be imported by another program to make use of its functionality. This is how you can use the Python standard library as well. Simply put, a module is a file consisting of Python code. It can define functions, classes, and variables, and can also include runnable code.

  • 3 answers

Tapan Pandey?? 5 years ago

Really

Khushi....? ??‍? 5 years, 1 month ago

Bank management system or you can try python tutorials...or e-book....

Stuti Singh 5 years, 1 month ago

Railway reservation management system
  • 1 answers

Yogita Ingle 5 years, 1 month ago

These commands are used to perform complex repetitive tasks. It uses one keyword instruction to perform a task. This uses python logic to fulfil an action.

The above command is explained below:

  • The command line "python" is used to inform that the script of the python is used here.
  • The command line "manage.py" is used to invoke the Django commands through the script.
  • The command line "startapp" inform the compiler that a new application is initiated.
  • The "users" in the command line defines the name of the application.
  • 1 answers

Meghna Thapar 5 years, 1 month ago

The super() function in Python makes class inheritance more manageable and extensible. The function returns a temporary object that allows reference to a parent class by the keyword super. The super() function has two major use cases: To avoid the usage of the super (parent) class explicitly. The super keyword refers to superclass (parent) objects. It is used to call superclass methods, and to access the superclass constructor. The most common use of the super keyword is to eliminate the confusion between superclasses and subclasses that have methods with the same name.

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