Computer Science, asked by jaattg640, 3 days ago

which function helps to generate a sequence of number. it... else , while , range​

Answers

Answered by saliqueansari12n
0

Answer:

Range in Python

Syntax - For i in range(start,stop,step):

Start, Stop, Step are parameters for range function.

Similar questions