Advanced Topic in Python

screenshot-75

this is the last section in advanced  topic in python exercise here we try to print out each key and its value in the list movies.

screenshot-76

here we are printing out the number from 1 to 15 that are divisible to 3 and 5

screenshot-77

if you look at carefully to the window you will find out that there some characters hidden in there. so we are trying to remove those characters (X) and fix the message(i am the secret message) which is in backward.

screenshot-78

here we are doing the same thing as the previous picture but this time we are using the lambda function.