python interpreter reserves the........... for its own use, and hence, they are not available as names for variables and functions
Answers
Answered by
0
Answer:
python interpreter interprets the pseudo code written by the user by translating them with the help of the of the translator and compiler to provide required outcome.
however there are some reserved keywords that cannot be used by you while writing your codes for instance, del is a reserved code
Similar questions