No products in the cart.

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

Ask Question
  • 2 answers

Nikita Kumari 1 year, 2 months ago

5.0

Rebel A 1 year, 2 months ago

Beta phele print laga aur brackets bhi, by the way answer is 5.0
  • 1 answers

Nikita Kumari 1 year, 2 months ago

It depends on what type of file you want to create it can be text, csv,binary.
  • 1 answers

Preeti Dabral 1 year, 3 months ago

HTML stands for HyperText Markup Language, and it is used to create web pages and web applications. Let's define Hypertext Markup Language (HTML) and a Web page. HyperText: HyperText is an abbreviation for "Text inside Text." A hypertext is text that contains a hyperlink.

  • 1 answers

Tarun Singh 1 month, 2 weeks ago

coding is possible by writing codes which make a functional program.
  • 1 answers

Preeti Dabral 1 year, 4 months ago

In computing, a database is an organized collection of data stored and accessed electronically. Small databases can be stored on a file system, while large databases are hosted on computer clusters or cloud storage.

  • 2 answers

Ananth Krishna H 1 year, 3 months ago

use company; select * from employee;

Vikas Rai 1 year, 5 months ago

Using jupyter by writing mycursor.connected query
  • 3 answers

Anshuman Thakur 1 year, 5 months ago

def f(): print("Happy Durga") f()

Shah Fahad 1 year, 6 months ago

def f(): print("Happy Durga")

Sandeep Singh 1 year, 6 months ago

Kkk
  • 3 answers

Nikita Kumari 1 year, 2 months ago

That contains specific types of data that is numbers, strings, list,tuple, dictionary etc

Sarthak Kumar 1 year, 6 months ago

Create database kkk; Use kk; Create table kkk;<name varchar <6>, class int<2>>: Exit table ;

Vaishu Peddineni 1 year, 7 months ago

Numbers, strings,list,tuple, dictionary
  • 1 answers

Sakshi . 1 year, 7 months ago

CSV (Comma Separated Values) may be a simple file format accustomed to store tabular data, like a spreadsheet or database. CSV file stores tabular data (numbers and text) in plain text. Each line of the file could be a data record. Each record consists of 1 or more fields, separated by commas, the utilization of the comma as a field separator is that the source of the name for this file format.
  • 1 answers

Vaishu Peddineni 1 year, 7 months ago

Entire data is lost when the programme terminates and storing in a file will preserve your data even if the programme terminate if you want to enter a large amount of data normally it takes a lot of time to entre them all.
  • 1 answers

Nikita Kumari 1 year, 2 months ago

dict = { 'A': {'key_1': 'value_1'}, 'B': {'key_2': 'value_2'}}
  • 1 answers

Farsana Hameed 11 months, 4 weeks ago

Table is a collection of cells using rows and columns. Cell is an element of a table.
  • 2 answers

Nikita Kumari 1 year, 2 months ago

Add quick and permanent changes to the data on which we are working

1 year, 8 months ago

<font face ="Times New Roman">Ensures the permanent changes to the data.
  • 1 answers

Disha Singh 1 year, 7 months ago

Mere pass h
  • 1 answers

Sounak Chatterjee 1 year, 9 months ago

14
  • 1 answers

Parveen Singh 4 weeks, 1 day ago

This content has been hidden. One or more users have flagged this content as inappropriate. Once content is flagged, it is hidden from users and is reviewed by myCBSEguide team against our Community Guidelines. If content is found in violation, the user posting this content will be banned for 30 days from using Homework help section. Suspended users will receive error while adding question or answer. Question comments have also been disabled. Read community guidelines at https://mycbseguide.com/community-guidelines.html

Few rules to keep homework help section safe, clean and informative.
  • Don't post personal information, mobile numbers and other details.
  • Don't use this platform for chatting, social networking and making friends. This platform is meant only for asking subject specific and study related questions.
  • Be nice and polite and avoid rude and abusive language. Avoid inappropriate language and attention, vulgar terms and anything sexually suggestive. Avoid harassment and bullying.
  • Ask specific question which are clear and concise.

Remember the goal of this website is to share knowledge and learn from each other. Ask questions and help others by answering questions.
  • 1 answers

Farsana Hameed 11 months, 4 weeks ago

Python is a high level and general purpose programming language. File handling in python means, how do we handle the files which means we can create a file, and we can add or remove something in a file, we can open, we can write, we can do everything in the file is file handling.
  • 1 answers

Anuj Bhardwaj 1 year, 10 months ago

What do you mean say
  • 5 answers

Royal Thakur 1 year, 10 months ago

I THINK CS WAS EASIER IN TERM 1 IN CAMPARISION TO TERM 2
WHAT DO YOU THINK ?

1 year, 10 months ago

<font face ="Times New Roman">Same as yours, 91

Royal Thakur 1 year, 10 months ago

What was the code of your cs qp ?

1 year, 10 months ago

<font face ="Times New Roman">There is error. You have declared a global variable Only3_5. To use in function block, you have to use global keyword. And hence you have to add the statement 'global Only3_5' as the first line of function defining block.

Royal Thakur 1 year, 10 months ago

I think there is no error
  • 2 answers

1 year, 10 months ago

<font face ="Times New Roman">It is used for completing statements blocks , and you have to make sure the entire block is indented, irrespective of sublocks , etc

Royal Thakur 1 year, 10 months ago

You can use it while making a block
  • 5 answers

Royal Thakur 1 year, 10 months ago

Ok

1 year, 10 months ago

<font face ="Times New Roman">Over.

Royal Thakur 1 year, 10 months ago

Hey bro
Because of my exams and practicles
But todays its over
what about yours?

1 year, 10 months ago

<font face ="Times New Roman">LIFO principle working linear data structure.
wondering why did you come now

Kalyani Singh 1 year, 10 months ago

a linear data structure that follows the principle of Last In First Out (LIFO)
  • 4 answers

Tarun Singh 1 month, 2 weeks ago

Let's break down the expression step by step: 7 % 3: This calculates the remainder when 7 is divided by 3, which is 1. 12 * (7 % 3): This multiplies 12 by the result of the previous step, which is 12 * 1 = 12. 12 * (7 % 3) // 4: This divides the result of the previous step (which is 12) by 4, resulting in 3. So, the value of the expression 12*(7%3)//4 is 3.

Tarun Singh 1 month, 2 weeks ago

3

Sounak Chatterjee 1 year, 9 months ago

0

Rupanshu Gahlaut 1 year, 10 months ago

6
  • 0 answers

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