Posts by Akanksha Sharma
Author Biographical Info: Not available
In this tutorial, we will learn how to check if two trees are mirror or not in Python. For checking the trees are mirror or not, the following conditions must be true:- 1. The root.... Read More
In this tutorial, we will learn how to remove whitespaces from the end of a string in Python with the help of various examples including basic and both advanced. Firstly, we should.... Read More
In this tutorial, we will learn multiline string in Python. When there is not only a single line but more than one line. So, it becomes very difficult for readers to get it i.e. it.... Read More
In this tutorial, we will learn file truncate() method in Python with an example. File truncate() is a very efficient method. First of all, it is called a method because it include.... Read More