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
Character type data is called ______.
Variable
String
Character
Numeric
_______ is the extension of a Python program.
• pyt
• py
• pi
• python
IDLE is the abbreviation of
Integrated Design Environment
Integrated Development Environment
Integrated Device Environment
Internet and Development Environment
Python codes can be executed in the _____________window.
Python Graphic
Python properties
Python Shell
Instead of ‘for’ command we can use ______ command be repeat a program segment.
if
import
write ( )
while
_____________instruction is used for making Turtle disappear.
Disappear
Run
Hide
Delete
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 include time module in a Python program is _______.
# include time ( ).
# import time
Import time
Show time ( );
The application program used to develop python programs in WYSIWYG format is ________.
Writer
Calc
Wxglade
Inkscape