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
Math,
2 months ago
Math,
2 months ago
Computer Science,
2 months ago
Math,
5 months ago
Math,
5 months ago
Social Sciences,
10 months ago
Physics,
10 months ago