rusher-md / learning-python

0 stars 0 forks source link

Python string questions for practice #1

Open Adnan0o7 opened 11 months ago

Adnan0o7 commented 11 months ago

Python program to check if a string is palindrome or not Python program to check whether the string is Symmetrical or Palindrome Reverse words in a given String in Python Ways to remove i’th character from string in Python Python | Check if a Substring is Present in a Given String Python – Words Frequency in String Shorthands Python – Convert Snake case to Pascal case Find length of a string in python (4 ways) Python program to print even length words in a string Python program to accept the strings which contains all vowels Python | Count the Number of matching characters in a pair of string Remove all duplicates from a given string in Python Python – Least Frequent Character in String Python | Maximum frequency character in String Python | Program to check if a string contains any special character Generating random strings until a given string is generated Find words which are greater than given length k Python program for removing i-th character from a string Python program to split and join a string Python | Check if a given string is binary string or not Python program to find uncommon words from two Strings Python – Replace duplicate Occurrence in String Python – Replace multiple words with K Python | Permutation of a given string using inbuilt function Python | Check for URL in a String Execute a String of Code in Python String slicing in Python to rotate a string String slicing in Python to check if a string can become empty by recursive deletion Python Counter| Find all duplicate characters in string Python – Replace all occurrences of a substring in a string

Adnan0o7 commented 11 months ago

@rusher-md please upload your solutions by tomorrow morning ASAP

rusher-md commented 11 months ago

Python – Replace duplicate Occurrence in String Python program to accept the strings which contains all vowels

Adnan0o7 commented 11 months ago
Adnan0o7 commented 11 months ago

snake case = my_variable pascal case = MyVariable

Adnan0o7 commented 10 months ago

Python | Check if a Substring is Present in a Given String