Python Story Generator using random function
Python Story Generator In the world of programming, where logic and precision often take center stage, it’s refreshing to explore the creative side of coding. Imagine a Python script that…
CS-IT-IP-AI and Data Science Notes, QNA for Class 9 to 12
CBSE Sample Papers Class 11
Python Story Generator In the world of programming, where logic and precision often take center stage, it’s refreshing to explore the creative side of coding. Imagine a Python script that…
Simple Billing System in Python Here a simple billing software written in Python. It allows you to create invoices for customers, calculate discounts based on the payment method, and include…
In this article students can find the most commonly asked ” Viva Questions for Class 11 Computer Science Python ” in their practical examination. You have to take an overview…
KBC Quiz Game in Python for Class 11 This project will help the students of class 11 to better understand the concept of list and random function. Features of KBC…
Worksheet on Functions and modules in Python Q.1: Which of the function return the smallest integer not less than number . a) exp() b) ceil() c) floor() d) fabs() Q.2:Which…
Data Handling Worksheet Class 11 Computer Science Q.1: Which Python built-in function returns the unique number assigned to an object? a) Identity() b) Id() c) Refnum() d) Ref() Q.2: The…
Python Fundamentals Worksheet Class 11 Q.1: Which of the following is correct as an identifier? a) Int b) Surface area c) Omega d) 1volume Q.2:Python is a …………………… language. a)…
Important Questions Data Handling Class 11 Computer Science Short Answer Type Questions Q.1 What are data types? What are Python‟s built-in core data types? Ans: Every value in Python has…
Important Questions Python Fundamentals Class 11 Computer Science Very Short answer Type Questions Q.1 What is None literal in Python? Ans: Python has one special literal, which is None. The…
Important Questions Getting Started with Python Class 11 Computer Science Very Short answer Type Questions Q.1 When was Python released? Ans- Python was released in February 1991. Q.2 Who developed…