Which method makes a string lowercase?
continue skips the rest of the loop iteration.
continue skips the rest of the loop iteration.
What does `int(‘7’)` return?
What does `int(‘7’)` return?
Which of these is an example of output?
Which of these is an example of output?
What does len(‘Python’) return?
What does len(‘Python’) return?
What slice gets first 3 letters of ‘Python’?
What slice gets first 3 letters of ‘Python’?
Which keyword defines a function in Python?
Which keyword defines a function in Python?
What will print if x=10 and code is `if x
What will print if x=10 and code is `if x
What is the type of the value 3.14?
What is the type of the value 3.14?
Which operator means ‘greater than or equal to’?
Which operator means ‘greater than or equal to’?