2. WAP to print names of your 5 friends each in new line using single print() and single string. 3. WAP to print names of your 5 friends each in new line using single print() and independent string ...
Q) Write a Python program to get the n (non-negative integer) copies of the first 2 characters of a given string. Return the n copies of the whole string if the length is less than 2.