ch
Feedback
CBSE COMPUTER SCIENCE

CBSE COMPUTER SCIENCE

前往频道在 Telegram

QUESTION BANK, REFERENCE BOOK, LAB MANUAL , WORKSHEET ETC., PYTHON TEXT BOOK AND REFERENCE BOOKS, 01. ASK QUESTIONS AT https://t.me/joinchat/FJ1noGs-64I0OWI1

显示更多
549
订阅者
无数据24 小时
无数据7
无数据30
帖子存档
CREATE DATABASE ORG; SHOW DATABASES; USE ORG; CREATE TABLE Worker ( WORKER_ID INT NOT NULL PRIMARY KEY AUTO_INCREMENT, FIRST_NAME CHAR(25), LAST_NAME CHAR(25), SALARY INT(15), JOINING_DATE DATETIME, DEPARTMENT CHAR(25) );

Check it now?

Whether it is acceptable by you?
Whether it is acceptable by you?

Write python programs for the following Fahrenheit to Celsius using C=F-32 * 5/9 Sum of Series : S=1+4+9+16+…upto N terms. Calculate simple interest using function [Note : Simple_interest=PNR/100] Sum of the digits of a number using a function with return Factorial of a Number using recursion

Computer science PYTHON book pdf for class 12.pdf31.02 MB

Functions chapter-3.pdf1.61 MB

12CS-CBSE-STUDENT SUPPORT MATERIAL.pdf4.59 MB

Hands-onPythonTutorial.pdf1.05 MB

python-basics-sample-chapters.pdf1.48 MB

Python.pdf4.47 KB