What are keywords ? Can keywords be used as identifiers ?
1 Like
Keywords are words having special meaning reserved by programming language.No, keywords cannot be used as identifiers.
Answered By
3 Likes
Write a program to input a number n and print n, n2, n3.
What is meant by token ? Name the tokens available in Python.
What is an identifier ? What are the identifier forming rules of Python ?
How many types of integer literals are allowed in Python ? How are they written ?