diff --git a/06_Day_Tuples/06_tuples.md b/06_Day_Tuples/06_tuples.md index 8823d2316..e1b12d566 100644 --- a/06_Day_Tuples/06_tuples.md +++ b/06_Day_Tuples/06_tuples.md @@ -239,8 +239,8 @@ del fruits 1. Create fruits, vegetables and animal products tuples. Join the three tuples and assign it to a variable called food_stuff_tp. 1. Change the about food_stuff_tp tuple to a food_stuff_lt list 1. Slice out the middle item or items from the food_stuff_tp tuple or food_stuff_lt list. -1. Slice out the first three items and the last three items from food_staff_lt list -1. Delete the food_staff_tp tuple completely +1. Slice out the first three items and the last three items from food_stuff_lt list +1. Delete the food_stuff_tp tuple completely 1. Check if an item exists in tuple: - Check if 'Estonia' is a nordic country