Python Assignment 1
Python Assignment 1
3. Why did Guido Van Rossum keep the name ‘PYTHON’ to his language?
Ans:
6. What is a Python?
Ans:
Page 1 of 6
PYTHON ASSIGNMENT-1
10. What are the different types of languages used to develop the Python language?
Ans:
12. If we use Python language to develop a project, will it take less time or more time to develop
the project compare to other compiler languages? If no then why?
Ans:
16. What are the different types of OSs where we can run python?
Ans:
Page 2 of 6
PYTHON ASSIGNMENT-1
23. What are the different types of modes to develop python application?
Ans:
24. What are the differences between interactive mode and script mode?
Ans:
Page 3 of 6
PYTHON ASSIGNMENT-1
28. Who will decide the type of variable in Python language? Developer or interpreter?
Ans:
31. Can we write our programing code after comment in the same physical line? If no, why?
Ans:
32. Can we write comment after our programing code in same physical line?
Ans:
34. What is identifier in python? Can a single identifier contain combination of upper case, lower
case, underscore and number?
Ans:
Page 4 of 6
PYTHON ASSIGNMENT-1
36. Interpreter decides the type of variable in python then how can a programmer know the type
of variable?
Ans:
37. How to see the value in the variable? And also the address of variable in python?
Ans:
38. How to assign multiple heterogeneous values to multiple variables? Give one example?
Ans:
42. Can we convert string type data to our required data type? Different ways?
Ans:
Page 5 of 6
PYTHON ASSIGNMENT-1
45. What is the difference between type conversion functions and eval()?
Ans:
48. Can variable allow the value without specifying its type in python language?
Ans:
49. Can a programmer specify type of variable explicitly while developing application?
Ans:
50. On what basis, interpreter decides the type variable in python language?
Ans:
Page 6 of 6