NCERT Solutions for Class 11 Computer Science (Python) – Functions
NCERT Solutions for Class 11 Computer Science (Python) – Functions Very Short Answer Type Questions (1 marks each) Question 1: What is sys.argv? Answer: A list containing the program name and all the command-line arguments to a program. Question 2: What can you do with the eval function? Answer: Eval(s) evaluates an expression contained…
Read more