Posts by Rishu Khirwal

Author Biographical Info: Not available

How to concatenate two strings in Python

By Rishu Khirwal

In this tutorial, we will learn how to concatenate two strings in Python. There are different ways of string concatenation. Let’s explore one by one. Strings are a collection.... Read More

How to create a digital watch in Python

By Rishu Khirwal

In this post, you are going to learn how to create a digital watch in Python. The modules which we are going to use are Tkinter module and Time module. To install Tkinter – O.... Read More

Related Posts