Posts by Shalini Gupta
Author Biographical Info: Not available
Hello friends, today I will show you how to get a substring from a string in Python. I have used a method called slicing. It uses the index for each character. Fetch a Substring Fr.... Read More
Hello friends, today we will learn how to call a function of a different Python file. In Python, you can use the functions of other Python files by using the import keyword. I will also tell you how you can import a single function instead of the entire file. Call Python function from another Python […] Read More
Ever wondered about converting a user input string into a variable name in Python? In this tutorial, we are going to learn how to Convert a User Input String into a Variable name u.... Read More