I have started learning Python recently. Please help me with this. Create a dictionary where all the keys are strings, and all the values are integers. For example: {'Monday':19,'Tuesday':20} Write the dictionary on a single line, don't assign a variable name to the dictionary.