Font size
WorksheetsHamza quiz
Total questions: 10
Worksheet time: 8mins
What level of language does python belong to?
Lower level
Mid level
High Level
Block Based
What are variables?
Storage/Container
Number
Return Type
String
Which of the following Data type is not present in Python?
String
Integer
List
Double
Which of the following modules is used to create an array?
Numpy
Math
Turtle
Random
What is the output of this code?
Red
Blue
Both
Error
What is the output of the following code
Strawberry
orange
["Apple","Orange", "Strawberry"]
Apple
What is the expansion of Html?
Hyper text Markup Language
Hyper text preprocessor
Read only Memory
Random access Memory
How many heading tags are present Html?
8
0
6
10
What does p stand for in the following code?
Header tag
Unordered list
division
Paragraph
Write a python code to identify positive and negative numbers
