Ask questions which are clear, concise and easy to understand.
Ask QuestionPosted by Krishna Patidar 4 years, 4 months ago
- 3 answers
Posted by Gayathry Jayan 4 years, 4 months ago
- 2 answers
Ankit Singh 4 years, 4 months ago
Ankit Singh 4 years, 4 months ago
Posted by Suriya Moorthy 4 years, 4 months ago
- 1 answers
Posted by Akanksha Yadav 4 years, 4 months ago
- 1 answers
Khushi....? ??? 4 years, 4 months ago
Posted by Arjun Sajeev 4 years, 4 months ago
- 2 answers
Posted by Abhishek Kumar Yadav 4 years, 4 months ago
- 1 answers
Khushi....? ??? 4 years, 4 months ago
Posted by Ananth Arul 2 years ago
- 0 answers
Posted by Chakshu Singh 4 years, 4 months ago
- 1 answers
Khushi....? ??? 4 years, 4 months ago
Posted by Khushi Gupta 4 years, 4 months ago
- 2 answers
Khushi....? ??? 4 years, 4 months ago
Posted by Purnima????? Tripathi?? 4 years, 4 months ago
- 1 answers
Posted by Ankit Singh 4 years, 4 months ago
- 3 answers
Khushi....? ??? 4 years, 4 months ago
Posted by Ankit Singh 4 years, 5 months ago
- 5 answers
Khushi....? ??? 4 years, 5 months ago
Posted by Harshita Bodwal 4 years, 5 months ago
- 3 answers
Posted by Khushi....? ??? 4 years, 5 months ago
- 1 answers
Yogita Ingle 4 years, 5 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.
Posted by Khushi....? ??? 4 years, 5 months ago
- 2 answers
Tapan Pandey?? 4 years, 4 months ago
Posted by Prakriti Goel 4 years, 5 months ago
- 0 answers
Posted by Prakriti Goel 4 years, 5 months ago
- 0 answers
Posted by Ishika Mukherjee 4 years, 5 months ago
- 1 answers
Meghna Thapar 4 years, 5 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.
Posted by Gchf Jaiswal 4 years, 5 months ago
- 3 answers
Khushi....? ??? 4 years, 5 months ago
Posted by Sourav Choudhury 4 years, 5 months ago
- 1 answers
Yogita Ingle 4 years, 5 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
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
Krishna Patidar 4 years ago
0Thank You