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 :
Python codes can be executed in the _____________window.
Python Graphic
Python properties
Python Shell
None of these
In Python language,which instruction is used for including a set of values in a variable?
Write
Clear
Range
The saved file can be executed by pressing________.
F4
F1
F9
F5
Character type data is called ______.
Variable
String
Character
Numeric
Which instruction is used to move the turtle without the line appearing?
Penup( )
Pendown ( )
For
_______ is the extension of a Python program.
• pyt
• py
• pi
• python
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
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
Instead of ‘for’ command we can use ______ command be repeat a program segment.
if
import
write ( )
while