string

PythonF

Pangram String

A string S is passed as the input to the program. If S is a pangram, the program must print yes else it must print no. Uppercase and lower…
PythonF

String Reverse Decryption

Given an integer X and a string S (encrypted string) as input, the encryption algorithm is given below. – Iterate over all the divisors…
PythonF

Interlaced String

Given two strings S1 and S2 as input, the program must print the characters of the second string from the last interlaced with the characters…
PythonF

String Palindrome

A string S is passed as input to the program. The program must print “yes” if the string S is a palindrome and must print…
PythonF

Replace Border with String

The program must accept a character matrix of size RxC and a string S as the input. The program must replace the characters in the border of…