Computer Science, asked by boy4500, 3 months ago

…………… function produces a list of sequence starting with an initial value up to final value.
a. input ()
 b. range ()
 c. type ()
 d. print ()



if you know the right answer then only comment
and if you told the right answer I will mark you as brainliest.​

Answers

Answered by manvi0726
1

Answer:

inputtttttttttttttttt

Answered by MotiSani
2

range () function produces a list of sequences starting with an initial value up to the final value.

  • range () function is used to produce a list of sequences of integer numbers by default.
  • input () function is designed to take input from the user having a specific message.
  • type () function is used to return the type of specified numeric code.
  • print () function is used to print the particular message.
Similar questions