Hangman Game Using Python
This is a Python script of the classic game “Hangman”. The word to guess is represented by a random alphabet […]
This is a Python script of the classic game “Hangman”. The word to guess is represented by a random alphabet […]
This program coverts Decimal number to binary, hexadecimal and octal. Follow these Instructions or You can simply download source code
This JQuery script will show how to auto calculate sum while you type values in the fields. It’s a Simple
This Simple Program allows user to enter password length and generates Random Password according to user’s length. Follow These Instructions
Multiplication Table From 0 to 15. Python Code :- #multiplication table from 0 to 15 print(” “,end=””) for i in
Simple Python Program To Calculate Salary of Employee with their certain Taxable amount. This program allows the user to enter values
This simple Python program allows the user to enter infinite values (with y/n condition ) and then add those entered numbers and
In order to show, we are going to add two numbers using Arithmetic Operators. This simple Python program allows the user to enter
To read and write image files from local disk or from any URL, javax.imageio.ImageIO class is used. javax.imageio.ImageIO is a final class with some
SimpleDateFormat class of java.text package is used to format given Date object in different pattern. This class has 2 important methods – “parse()” and “format()”. To convert
In this tutorial i am going to show you how to convert “Decimal to Binary”, “Decimal to Octal” and “Decimal