NEW
Font size
Worksheetspython
Total questions: 15
Worksheet time: 3mins
Full form of IDLE
Integrated Development Learning language
Integral Development Learning Language
Invest Development Learning Language
Integrated Development Local Language
Modes of Python Language
3
5
2
4
find the output
print("welcome")
Welcome
welcome
WELCOME
WelCome
Extension of python
.Python
.py
.PY
.pyt
To run python
F5
F2
F3
F4
Find out the right statement
Print"Welcome"
PRINT 'WELCOME'
PRINT("WELCOME")
print("WELCOME")
Number of datatypes
4
2
5
3
Number of elements in python
2
3
4
5
No of keywords
33
32
34
31
find out the output
>>>counter=10
>>>print(counter)
counter
count
10
"10"
find the output
>>float=10.1
>>print(float)
0.1
10
10.1
"10.1"
find output
>>>name="Rahul"
>>>print(name)
name
"RAHUL"
"Rahul"
Rahul
+ is___________________
Logical operator
comparison operator
Arithmetic operator
special operator
________________is the example of comparison operator.
+
OR
%
>
Logical operators are________________
+ and -
>,< and <=
and , or
!=
