Instead of ‘for’ command we can use ______ command be repeat a program segment.
if
import
write ( )
while
In Python language,which instruction is used for including a set of values in a variable?
Write
Clear
Range
None of these
The python instruction to accept a name to a variable through the keyboard is _______.
name = input ( “Enter name”)
name = raw _ input (“Enter name”)
name = “Enter name”
input (“Enter your name”) to name
Which instruction is used to move the turtle without the line appearing?
Penup( )
Pendown ( )
For
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 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 saved file can be executed by pressing________.
F4
F1
F9
F5
_____________instruction is used for making Turtle disappear.
Disappear
Run
Hide
Delete