till

CF

Perfect Squares – Till N

Given a positive integer N as the input, print all the perfect squares till N (inclusive of N). Input Format:The first line contains N. Output…
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…