Python Revision Tour – II : String, Lists, Tuples, Dictionary – Notes
Class 12 Computer Science Python Revision Tour – II Notes String/Text Handling in Python What is a String? Python strings are characters enclosed in quotes of any type – single quotation marks, double quotation marks, triple quotation marks. An Empty string is a string that has 0 characters, i.e. ‘ ’ , “ ”, “““ […]
Python Revision Tour – II : String, Lists, Tuples, Dictionary – Notes Read More »