Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Gayathry Jayan 5 years ago
- 2 answers
Ankit Singh 5 years ago
Ankit Singh 5 years ago
Posted by Suriya Moorthy 5 years ago
- 1 answers
Posted by Akanksha Yadav 5 years ago
- 1 answers
Khushi....? ??? 5 years ago
Posted by Arjun Sajeev 5 years ago
- 2 answers
Posted by Abhishek Kumar Yadav 5 years ago
- 1 answers
Khushi....? ??? 5 years ago
Posted by Ananth Arul 2 years, 8 months ago
- 0 answers
Posted by Chakshu Singh 5 years ago
- 1 answers
Khushi....? ??? 5 years ago
Posted by Khushi Gupta 5 years ago
- 2 answers
Khushi....? ??? 5 years ago
Posted by Purnima????? Tripathi?? 5 years ago
- 1 answers
Posted by Ankit Singh 5 years ago
- 3 answers
Khushi....? ??? 5 years ago
Posted by Ankit Singh 5 years ago
- 5 answers
Khushi....? ??? 5 years ago
Posted by Harshita Bodwal 5 years, 1 month ago
- 3 answers
Posted by Khushi....? ??? 5 years, 1 month ago
- 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.
Posted by Khushi....? ??? 5 years, 1 month ago
- 2 answers
Posted by Prakriti Goel 5 years, 1 month ago
- 0 answers
Posted by Prakriti Goel 5 years, 1 month ago
- 0 answers
Posted by Ishika Mukherjee 5 years, 1 month ago
- 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.
Posted by Gchf Jaiswal 5 years, 1 month ago
- 3 answers
Khushi....? ??? 5 years, 1 month ago
Posted by Sourav Choudhury 5 years, 1 month ago
- 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.
Posted by Kumkum Pal 5 years, 1 month ago
- 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
Trusted by 1 Crore+ Students
Test Generator
Create papers online. It's FREE.
CUET Mock Tests
75,000+ questions to practice only on myCBSEguide app