Category: python simple programs
Create and Print a List of Prime Numbers in Python
Introduction Prime numbers mean the numbers which can be divided only by 1 or the number itself(e.g 2, 3, 5, 7, 11, etc). Today, we…
Python Increment By 1
Introduction In this post, we are going to learn all the methods for Python Increment By 1. We will see how to increase any variable…
Python Turtle Shapes- Square, Rectangle, Circle
We all know that Python offers a variety of libraries for game Development, GUI Development, Data Visualization, and many more. These libraries not only make…
Happy Birthday In Binary Code
Introduction Binary code means the code that outputs meaningful results with binary digits i.e. 0s and 1s. All the letters, characters, words, digits, sentences, numbers,…
Simple Atm Program in Python
Introduction This is a tutorial for a simple atm program in python. Note that this is an ATM simulation for a single user, let’s say, Ms….
Python Remove Leading Zeros: 5 Easy Methods
Sometimes, we want to remove leading zeros (0s) from a string like “00098” becomes “98” only. In Python, there are several ways to do this….
I Love You HTML code
Here is the code to print I Love You in HTML code- Output for I Love You Code in HTML: So, What if we were…
I Love You code in JavaScript language
Here is the code for I Love You in JavaScript- Code for the console- So, What if we were to write Hello World! in coding…
I Love You code in Java language
Here is the code to print I Love You in Java code- Output for I Love You code in Java: So, What if we were…
I Love You code in C++ language
Here is the code to print I Love You in C++ code- Output for I Love You in C++ code: So, What if we were…