variables and data types quiz
Graded Quiz • 30 min Quiz5 Questions Week 1
Re⥃askly Logo

variables and data types quiz

Graded Quiz • 30 min Quiz5 Questions Week 1
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:

num = ‘5.0’ What type of data is stored in the variable num?

Q:

Which word is NOT a reserved word in Python?

Q:

num = int(‘5’) What type of data is stored in the variable num?

Q:

var_1 = ‘Design’ var_2 = ‘Computing’ print(var_1 + var_2) What would be the output of the code above?

Q:

var = rs.GetObject(‘Select a point’, rs.filter.point) print(var) What will the above line of code output to the console after selecting a point as prompted?

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