stairs

CF

String Stairs Pattern

The program must accept a string S containing only alphabets as the input. The program must print the string S…
PythonF

Ways to climb N stairs

Ways to climb N stairs: There are N stairs to climb before reaching an office. The employees can either climb 1 stair or 2 stairs at in a…