Real Time Currency Converter Python Project Class 12
Real Time Currency Converter Python Project Class 12 Source Code: #Python Project Currency Converter import requests from tkinter import * import tkinter as tk from tkinter import ttk class…
Learn CBSE PYTHON
CBSE Sample Papers Class 12
Real Time Currency Converter Python Project Class 12 Source Code: #Python Project Currency Converter import requests from tkinter import * import tkinter as tk from tkinter import ttk class…
Binary File handling in Python Class 12 notes What is a binary file? A binary file is a file whose content is in a binary format consisting of a series…
Half Yearly Sample Paper Class 12 Computer Science Set 2 2022-23 Time: 1:30 Hours/ Maximum marks:50 I. Choose the correct answer. 10 1. The smallest section of code that…
Half Yearly Sample Paper Class 12 Computer Science Set 1 2022-23 Computer Science (083) Time: 1:30 Hours/ Maximum marks:35 I. Choose the correct answer:8×1 1) Which of the following is…
Introduction to MySQL Notes Class 12 MySQL is a Relational Database Management System. It was originally founded and developed in Sweden by David Axmark, Allan Larsson and Michael Widenius.…
Introduction to Database Concept Class 12 Notes In this article you will learn the basic database management system concepts which will be helpful to the students appering in CBSE class…
Important Computer Network Class 12 Question Answer for Computer Science/ Informatics Practices Q 1- What is a Computer Network? Ans: A computer network is a set of interconnected computers…
Important Question Answer Class 12 Computer Science (Python) Important Question answer Class 12 Computer Science (Python) useful for Term 2 Examination. In this section you will find some important question…
Error Finding Questions in Python class 11-12 Computer Science Find error in the following codes(if any) and correct code by rewriting code and underline the correction (Q-1 to Q-14)…
Output Based Questions In Python Class 11-12 Computer Science Q 1. Write the output of the following: for i in '123': print("cbsepython",i,) Q. 2 for…