Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 219 Bytes

File metadata and controls

5 lines (3 loc) · 219 Bytes

Beggening_with_python

  1. Gets input of n strings, concatenate them x at a time, and checks if the result is a palindrome or not.

  2. Sorts a List of numbers without using any inbuilt functions.