_________instruction eliminates notes lines in graphic screen.
time ( )
range( )
clear( )
write( )
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 :
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
None of these
In Python language,which instruction is used for including a set of values in a variable?
Write
Clear
Range
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
Which instruction is used to move the turtle without the line appearing?
Penup( )
Pendown ( )
For
IDLE is the abbreviation of
Integrated Design Environment
Integrated Development Environment
Integrated Device Environment
Internet and Development Environment
Instead of ‘for’ command we can use ______ command be repeat a program segment.
if
import
write ( )
while
The application program used to develop python programs in WYSIWYG format is ________.
Writer
Calc
Wxglade
Inkscape
_____ option can be used to create rows and columns in the frame window of wxglade.
Properties
Matrix
Sizer
Row_ column