add

PythonF

String – Print till char

A string S is passed as input along with a character C. The program must print the string value S till C is reached. Input Format:The first…
CF

Pattern – Asterisk Edge

Given a positive integer value N as input, print the pattern as in the Example Input/Output section. The outer edges must be represented by…