1) What does concatenation mean in programming? a) It is a process of joining two strings. b) It is a syntax error in a programming code. c) It is to declare a variable and assigning it a value. d) None of the Above 2) Which of these is not a core data type? a) List b) Dictionary c) Tuple d) Class 3) Why do we learn Python? a) It's a really big snake b) It's simple and easy to learn c) It's the name of a very funny comedy show d) It's so rare that no one else knows it 4) What will the output be from the following code? print("Hello world!") a) Syntax Error b) "Hello world!" c) Hello world! d) print(Hello world!) 5) What will the output be from the following code? print(3+4) a) 3+4 b) SyntaxError c) 7 d) print(3+4) 6) What will the output be from the following code? print("3+4") a) 7 b) 34 c) 3+4 d) SyntaxError 7) What will the output be from the following code? Print("Hello world!") a) Name Error/syntax error b) Hello world! c) "Hello world" d) Print(Hello world!) 8) What extension must you add to the end of a file when saving a python program? a) .xlsx b) .docx c) .pptx d) .py 9) What button do you press to compile (run) your program so that it runs in the shell? a) F3 b) F7 c) F5 d) F9 10) What does the print function do in python? a) It's a variable. b) It displays something like a string or integer c) It can input data d) It loops the code.

Leaderboard

Visual style

Options

Switch template

Continue editing: ?