Welcome to wiki This is your first post. Edit or delete it, then start blogging!
Want to eat crispy snacks at home? Here is the best and easiest recipe that can be quickly made using items available in the home.This snack is best for evening breakfast so let’s get started. For making Potato chips fries…
Arithmetic Operators in Python Arithmetic operators in python are used to perform mathematical calculations between two operands. Symbol Operation Example + Addition x + y – Subtraction x – y * Multiplication x * y / Division x / y…
In this post we will learn how to print ASCII value in python using simple python program. What is ASCII value/code? ASCII stands for American Standard Code for Information Interchange. As we know that computer does not understand human language…
Python program to check weather a number is Armstrong number or not. What is Armstrong Number? If the sum of cube of each digit of a 3 digit number is the number itself then such numbers are called Armstrong number.…