Problem Solving_Python Test1
Problem Solving_Python Test1
12. The ________ statement ends the current iteration of a loop and jumps to the next one.
16. The ________ keyword is used to define a variable for the first time.
18. Python lists are ________, meaning they can be changed after creation.
19. Strings are enclosed in ________ or ________ quotes.
25. The keyword ________ is used to define a block that will execute repeatedly.
28. The ________ function is used to get input from the user.