Question: What will the lines of code below print to the console? Code my _ variable = Monty Python.lower ( ) print len ( my _

What will the lines of code below print to the console?
Code
my_variable = "Monty Python".lower()
print len(my_variable)
Answer Choices
11
Monty Python
12
monty python

Step by Step Solution

There are 3 Steps involved in it

1 Expert Approved Answer
Step: 1 Unlock blur-text-image
Question Has Been Solved by an Expert!

Get step-by-step solutions from verified subject matter experts

Step: 2 Unlock
Step: 3 Unlock

Students Have Also Explored These Related Programming Questions!