Posts by Akanksha Sharma

Author Biographical Info: Not available

Check if two trees are mirror in Python

By Akanksha Sharma

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

Remove all the whitespaces from the end of a string in Python

By Akanksha Sharma

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

Multiline string in Python

By Akanksha Sharma

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

File Truncate() Method In Python

By Akanksha Sharma

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

Related Posts