World Languages, asked by theharsh567, 7 months ago

Which of the following is not one of the programming pattern covered and their chapter 1 in python ( random step conditional step sequential step repeated steps)​

Answers

Answered by kltnamakkal
3

conditional steps is not one of the programming pattern covered and their chapter 1 in python

Answered by poojan
0

Random Step is the answer.

Explanation:

  • Sequential steps (loops), conditional statements and repeated steps are generally discussed in the chapter one as they are the basic of python language.

  • Coming to random step, for that one need to use Random class.

  • Random class is pre-defined and it should be imported. For that one need to jump into the concept of libraries in python. The methods in the random library helps one in generating the value randomly.

  • So, the answer is Random steps.

Learn more :

1) What is the name of jane’s attribute (not method) that is referred to in the following code?

import turtle

jane = turtle.Turtle()

jane.forward(20)

print(jane.x)

https://brainly.in/question/19176451

2) Given the following permutation of a,b,c,d,e,f,g,h,i,j, what is the next permutation in lexicographic (dictionary) order?

https://brainly.in/question/12375223

Similar questions