Class 11 IP Half Yearly Sample Paper 2022-23

Class 11 IP Half Yearly Sample Paper TIME : 3 HOURS                                           CLASS XI                                                            MM:80 General instructions : 1. All questions are compulsory. 2. Marks are indicated against each question. 3. Question paper consist four sections A, B, C & D. 4. Section A consist of 14 MCQs and 6 Fill in blanks one … Read more

Happy Diwali Python Program using Turtle

Happy Diwali Python Program using Turtle

Send Diwali wishes to your loving ones in cool way. Here we get a cool Happy Diwali Python Program using Turtle module.  Happy Diwali Python Program using Turtle   Source Code: import turtle #turtle.Screen turtle.bgcolor(“black”) turtle.up() turtle.color(“red”) turtle.fillcolor(“red”) # Diya turtle.setpos (-150, 100) turtle.down() turtle.right(90) turtle.begin_fill() turtle.circle(150, 180) turtle.left(90) turtle.forward (300) turtle.end_fill() turtle.up() turtle.color(“black”) turtle.back(150) … Read more

Car Race Python Project using pygame

car1

Car Race Python Project using pygame   Source Code: import pygame, sys from pygame.locals import * import random, time #Initialzing pygame.init() #Setting up FPS FPS = 60 FramePerSec = pygame.time.Clock() #Creating colors BLUE = (0, 0, 255) RED = (255, 0, 0) GREEN = (0, 255, 0) BLACK = (0, 0, 0) WHITE = (255, … Read more

error: Content is protected !!