Carefully read the following program fragment and identify each token(keyword,
identifier, literal, operator & punctuators) used :
a = 20
b = 30
if a> b:
print(“It’s a great day”)
Answers
Answered by
0
KEYWORDS
if
IDENTIFIERS
a
b
c
LITERALS
20
30
"It's a great day"
OPERATORS
=
>
PUNCTUATORS
:
()
Similar questions
Science,
3 months ago
Math,
3 months ago
India Languages,
3 months ago
Math,
6 months ago
Math,
6 months ago
Social Sciences,
11 months ago
Physics,
11 months ago