IDLE is the abbreviation of
Integrated Design Environment
Integrated Development Environment
Integrated Device Environment
Internet and Development Environment
The application program used to develop python programs in WYSIWYG format is ________.
Writer
Calc
Wxglade
Inkscape
Character type data is called ______.
Variable
String
Character
Numeric
The command used to include all turtle graphics module in the Python program is .
from turtle import *
import turtle graphics
import all
Import * from Python
_________instruction eliminates notes lines in graphic screen.
time ( )
range( )
clear( )
write( )
The instruction to include time module in a Python program is _______.
# include time ( ).
# import time
Import time
Show time ( );
The command to define a function ‘sum’ to add two numbers is ______.
def sum ( a, b ):
sum ( a, b):
find _ sum ( a, b ):
sum = a + b :
The instruction to repeat a program segment is _________.
if
import
for
write ( )
_____ option can be used to create rows and columns in the frame window of wxglade.
Properties
Matrix
Sizer
Row_ column
In Python language,which instruction is used for including a set of values in a variable?
Write
Clear
Range
None of these