Computer Science, asked by khushiojha, 7 months ago

Fill in the blanks:-
a) _______ represents Python command prompt.
b) _______ statement is used to accept value to the variable given by the user.​

Answers

Answered by Anonymous
17

Answer:

Hey mate here is your answer

Explanation:

1.command prompt

2.SQL×plus command Accept.

Answered by Jasleen0599
0

a) Python Shell represents Python command prompt.

  • A Python command can be executed and the output shown using the Python Shell, which is provided by the language. It reads the command, evaluates it, prints the outcome, and then loops back to read the command once more. This is known as REPL (Read, Evaluate, Print, Loop).
  • The interpreter that runs your Python programmes, other Python code, or simple commands is called the Python Shell.

b) Data statement is used to accept value to the variable given by the user.​

  • The DATA statement is combined with READ to allow values to be assigned to variables from within a programme. READ indicates the variables for which values are to be retrieved; the DATA statement supplies values.
  • Use the LET statement in an SPL routine to give the variables you've already created values. A variable has an undefined value if no value is assigned to it, either by an argument supplied to the routine or by a LET statement.

#SPJ2

Similar questions