Class 11th IP (065) Write a Python Program to calculate tax – GST / Income Tax. SOLUTION.. amount = float(input("Enter amount: ")) gst = float(input("GST %: ")) gst_amount =...
Class 11th IP (065) Write a Python to find sale price of an item with given cost and discount (%). SOLUTION. cost = float(input("Enter cost price: ")) discount =...
AI & No-Code Mastery Program | ₹25,000 Certification AI & No-Code Mastery Program A premium certification course designed to help you master Artificial Intelligence tools like ChatGPT & Gemini...
Advanced Digital Marketing Course | ₹20,000 Advanced Digital Marketing & Performance Growth Program Job • Freelancing • Business Focused | Beginner to Advanced Duration: 4 Months | Mode: Online...
Professional Website Development Program Professional Website Development & Digital Business Program (WordPress) Professional Certification Program Learn. Build. Deploy. Earn. A career-focused, industry-ready certification program designed to transform beginners into...
Class 11th IP 065 4_5 Marks Unit 1 – Introduction to Computer System Q.1 Explain Codd’s Rules. Answer :- Codd’s rules, proposed by Dr. Edgar F. Codd in 1985,...
Class 12th MYSQL solution SQL Create Database CREATE DATABASE TransportDB;USE TransportDB; Create table CREATE TABLE Vehicle ( VCODE VARCHAR(5) PRIMARY KEY, VEHICLETYPE VARCHAR(20), PERKM INT ); CREATE TABLE Travel...
Stack operation Solution stack = Stud = {'Amit': 40, 'Rajeev': 59, 'Nilam': 75, 'Sanyam': 49} def PUSH(Student): for name in Student: if Student[name] > 50: stack.append(Student[name]) print("Pushed:", Student[name])...
class-12-ip-project-introduction-format Introduction I am a student of Class XII, studying Informatics Practices (065). I have an interest in computer programming and data handling. I enjoy learning how computers and...
Class 12th IP (065) Practical 7 SOLUTION :- import pandas as pd import matplotlib.pyplot as plt Emp = pd.DataFrame({ 'Name': ['Prem', 'Prakash', 'Meena', 'Ram', 'Raj'], 'Quarter1': [2000, 4000, 5000,...