WorksheetsPython Quiz
Total questions: 10
Worksheet time: 5mins
Python is a:
Hardware device
Operating system
Programming language
Web browser
Python was created by:
Dennis Ritchie
Guido van Rossum
James Gosling
Tim Berners-Lee
Python is mainly used for:
Washing clothes
Playing music only
Writing computer programs
Printing documents
Which symbol is used to write comments in Python?
//
/* */
#
Which function is used to display output in Python?
input()
print()
show()
display()
Which of the following is the correct way to print Hello in Python?
print(Hello)
print"Hello"
print("Hello")
echo("Hello")
Python is a:
Low-level language
Machine language
High-level language
Assembly language
Which of the following is used to take input from the user in Python?
get()
input()
read()
scan()
Python programs are saved with which extension?
.pt
.py
.pn
.html
Which of the following is NOT a feature of Python?
Easy to learn
Simple syntax
Platform independent
Very difficult to understand
