Free Exam: Python EMSOL SYSTEMS
Number of Questions in Test: 29
Number of Questions in Preview: 5
Register to view all questions.
Note: Answers are not shown below but will be copied with this test.
Copy this test to my quiz maker account
Register with ClassMarker to copy free tests to give to your Test takers.
Register nowQuestion 1
Which of the following data types is not supported in python?
Type: | Multiple choice |
Points: | 1 |
Randomize answers: | No |
Question 2
What is the output of print str * 2 if str = 'Hello World!'?
Type: | Multiple choice |
Points: | 1 |
Randomize answers: | No |
Question 3
What is the output of print list if tuple = ( 'abcd', 786 , 2.23, 'john', 70.2 )?
Type: | Multiple choice |
Points: | 1 |
Randomize answers: | No |
Question 4
Which of the following function convert a String to a set in python?
Type: | Multiple choice |
Points: | 1 |
Randomize answers: | No |
Question 5
What is the output of L[1:] if L = [1,2,3]?
Type: | Multiple choice |
Points: | 1 |
Randomize answers: | No |