iteration quiz
Graded Quiz • 30 min Quiz2 Questions Week 2
Re⥃askly Logo

iteration quiz

Graded Quiz • 30 min Quiz2 Questions Week 2
Practice More Quizzes:
Quiz
5 Questions Week 1
Quiz
2 Questions Week 1
Quiz
4 Questions Week 1
Quiz
2 Questions Week 2
Quiz
2 Questions Week 2
Quiz
10 Questions Week 2
Quiz
2 Questions Week 3
Quiz
2 Questions Week 3
Quiz
2 Questions Week 3

Q:

for i in range(2,20,3): print(i) In the above code, the number 2 defines the start of the range and the number 20 defines the end of the range. What does the number 3 signify?

Q:

ptMtx = [] for i in range(15): for j in range(15): x = i * 10 y = j * 10 ptMtx.append(rs.AddPoint(x,y,0)) What does the above code create?

Subscribe
Notify of
guest
0 Comments
Inline Feedbacks
View all comments
Find Questions in This Page: "CTRL+F"