1. What is String data type in Python ?
A String data type in python lets you hold any valid character (even numbers) into a set of quotation marks. e.g. ‘aim1’, “abc123”
1. What is String data type in Python ? Read More »
A String data type in python lets you hold any valid character (even numbers) into a set of quotation marks. e.g. ‘aim1’, “abc123”
1. What is String data type in Python ? Read More »