Solution Exercise 20: swapping the first character and the last character of a string in python

Exercise20 Write a Python program, to swap the first and the last character of a given string. Solution

  Younes Derfoufi CRMEF OUJDA

Solution Exercise 19: listing the elements of a list in python

Exercise 19 Write a Python algorithm that list the strings that make up the list l = ["laptop", "iphone", "tablet"] while indicating the length of each string. Solution

  Younes Derfoufi CRMEF OUJDA