Browsing Category
Python Script
4 posts
Number Guessing Game Using Python
In this tutorial I’ll show you how to make a simple number guessing game using python. Again we will use random module to generate random number. To make this game…
Rock Paper Scissors Game Using Python
In this tutorial I’ll show you how to make a simple rock paper scissors game using python. Here we need one module: random We need to use a random module…
Simple Dice Game Using Python
In this tutorial we will make a simple dice game using python. So, let’s get started. To make this game we need one module: random We need to use a…
How to Make a Simple Calculator Using Python
In this tutorial, I’ll show you how to make a simple calculator using python. Let’s make a simple calculator using python. this will be a simple python script, not GUI.…