Beginner Test 0% You have 2 minutes to pass the quiz. Beginner Test This is a quiz that tests your knowledge of the Beginner Course on Basic Python. You are ready for Intermediate if you receive an 80% or above (8/9 or 9/9). You can take this quiz as many times as you would like. However, if you don't understand something, go back and try it again. 1 / 9 len(phrase) Finds the length of phrase The phrase becomes uppercase Organizes the list alphabetically Reverses the list order An unchangeable list A location 2 / 9 The return command is used to return information from functions. True False 3 / 9 What is the difference between float and int? Float is used to repeat phrases, int is used to repeat numbers Float rounds to the nearest whole number while int contains decimals Float contains decimals while int rounds to the nearest whole number 4 / 9 What types of information can be stored in Python? Numbers, strings, and boolean values Phrases, floats, and boolean values True, false, boolean values, and integers Phrases, strings, and code 5 / 9 The order of a dictionary is very important. Its contents are defined by their order. True False 6 / 9 How do you begin a loop that will run forever? for values in range(): while True: while True == True: forever run: 7 / 9 phrase.upper() Finds the length of phrase The phrase becomes uppercase Organizes the list alphabetically Reverses the list order An unchangeable list A location 8 / 9 list.sort() Finds the length of phrase The phrase becomes uppercase Organizes the list alphabetically Reverses the list order An unchangeable list A location 9 / 9 list.reverse() Finds the length of phrase The phrase becomes uppercase Organizes the list alphabetically Reverses the list order An unchangeable list A location Your score is 0% Restart quiz