Drawing shapes and putting text in OpenCV using Python ITPlayzz April 27, 2021 begineer 0 Comments Drawing Shapes and putting Text OpenCV also gives feature to add shapes and text to an image Fill Image with color You can fill an image with color as… Read more
Pangram is a sentence containing every letter in the English alphabet.Given a string find all the characters that are missing from the string i.e , the characters that can make the string pangram . We need to print the output in alphabetic order You have to find that character to make this string pangram September 26, 2022