No products in the cart.

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

Ask Question
  • 3 answers

Krishna Patidar 3 years, 10 months ago

Thanks

Khushi....? ??‍? 4 years, 3 months ago

Or void functions

Khushi....? ??‍? 4 years, 3 months ago

Non fruitful function
  • 2 answers

Ankit Singh 4 years, 3 months ago

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

Ankit Singh 4 years, 3 months 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 4 years, 3 months ago

(0)<=(i)<=(x-1)
  • 1 answers

Khushi....? ??‍? 4 years, 3 months ago

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 4 years, 3 months ago

Same answer as Khushi Gupta ???‍? is saying

Khushi....? ??‍? 4 years, 3 months ago

Refrences
  • 1 answers

Khushi....? ??‍? 4 years, 3 months ago

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

Khushi....? ??‍? 4 years, 3 months ago

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

Khushi....? ??‍? 4 years, 3 months ago

Wese I am also Khushi Gupta....???

Khushi....? ??‍? 4 years, 3 months ago

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

Khushi....? ??‍? 4 years, 3 months ago

With comparison symbol...(= =)...
  • 3 answers

Khushi....? ??‍? 4 years, 3 months ago

You are welcome....?

Ankit Singh 4 years, 3 months ago

Thank you so much khushi gupta ???‍?

Khushi....? ??‍? 4 years, 3 months ago

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

Khushi....? ??‍? 4 years, 3 months ago

You are most welcome......

Ankit Singh 4 years, 3 months ago

At last I did it, thanks you? for suggestion

Khushi....? ??‍? 4 years, 3 months ago

Okk I will check it and send it to u

Ankit Singh 4 years, 3 months ago

I already checked that's not mentioned in that book

Khushi....? ??‍? 4 years, 3 months ago

Check it in the book python of sumita arora..... it is in it.....
  • 3 answers

Ankit Singh 4 years, 3 months ago

Show databases

Khushi....? ??‍? 4 years, 3 months ago

Select * from table name...

Khushi....? ??‍? 4 years, 3 months ago

Select * from <tab name>..
  • 1 answers

Yogita Ingle 4 years, 3 months 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?? 4 years, 3 months ago

?

Tapan Pandey?? 4 years, 3 months ago

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

Meghna Thapar 4 years, 3 months 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?? 4 years, 3 months ago

Really

Khushi....? ??‍? 4 years, 3 months ago

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

Stuti Singh 4 years, 3 months ago

Railway reservation management system
  • 1 answers

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

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