_________instruction eliminates notes lines in graphic screen.
time ( )
range( )
clear( )
write( )
IDLE is the abbreviation of
Integrated Design Environment
Integrated Development Environment
Integrated Device Environment
Internet and Development Environment
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 command used to include all turtle graphics module in the Python program is .
from turtle import *
import turtle graphics
import all
Import * from Python
The instruction to repeat a program segment is _________.
if
import
for
write ( )
In Python language,which instruction is used for including a set of values in a variable?
Write
Clear
Range
None of these
What is the full form of WYSIWYG ?
What You See Is What You Get
What You Think is What You See
What You Get is What You Think
The ______ widget is used to provide various commands to a user.
Menu
Message
Form
Label
Which instruction is used to move the turtle without the line appearing?
Penup( )
Pendown ( )
For
_____ option can be used to create rows and columns in the frame window of wxglade.
Properties
Matrix
Sizer
Row_ column