62.3k views
5 votes
Classify each of the following as a python keyword, type, value, or built-in function.

a. while
b. boolean
c. "hi'
d. print

User Pteromys
by
4.0k points

2 Answers

7 votes

a. keyword

b. type

c. value

d. built-in function

User Jerelmiller
by
4.8k points
6 votes
a. while - keyword
b. boolean - type
c. "hi" - value
d. print - built-in function
User Jim Nasby
by
4.7k points