WorksheetsBasic of Python-1
Total questions: 10
Worksheet time: 5mins
Is Python case sensitive?
Yes
No
Maybe
Depends up on the version of python
Which of the following is the correct extension of the Python file?
.python
.pl
.py
.p
Is Python code compiled or interpreted?
Python code is both compiled and interpreted
Python code is neither compiled nor interpreted
Python code is only compiled
Python code is only interpreted
Which of the following character is used to give single-line comments in Python?
//
#
!
/*
Which of the following functions is a built-in function in python?
fact()
print()
seed()
squareroot()
Which code is correct?
ptinf("Hello World")
print("Helloworld")
printf "hello world"
print (hello world)
Which symbol is used for product calculations?
x
X
*
**
Which one is integer datatype?
w=1
x=10.00
y=010010123459714523697
z=xa
Select the string datatypes.
+91547963
B+ve
1243
5679 22
Dictionary is an unordered set of a key-value pair of items. This statement is.......
True
False
