Like Us Like Us Facebook Subscribe Subscribe us YouTube Whatsapp Share us Whatsapp Query Send your queries

Python

Write a python program or script to take input for Two numbers and an Operator

Question : Write a python program or script to take input for Two numbers and an operator (+ , – , * , / )…


Python program to sum all the digits of an input number

In this tutorial, we are going to learn how to sum all the digits of an input number using a Python program, this kind of…


Computer Science with Python Installation Video Tutorial

Recently CBSE changed Computer Science with C++ with Computer Science with Python for Class XI and XII starting from Session Year 2019-2020. This Tutorial will…


CBSE Computer Science with Python E Book Download

CBSE From Session Year 2019-2020 is going introduced  Computer Science with Python (previously Computer Science with C++) for Class XI and XII. Python is right…


Python Tutorial Indroduction

Python is a high-level, interpreted, interactive and object-oriented scripting language. Python is designed to be highly readable. History : Python is a general-purpose programming language…


Tutorial to make a simple BMI Calculator using Python

In this tutorial I am going to use Python 3.x to make a Command line application called BMI Calculator which measures BMI (Body Mass Index).…