Introduction to Python Modules Class 11 Important Notes

Introduction to Python Modules Module : A module is a Python file where functions, constants and variables are defined. Extension of Python module is .py Advantages of Modules in Python It makes the code reusable, means we can use the same code in different programs. It makes our code easier to understand. It help us … Read more

Class 12 Computer Science Important Concept of Module Random in Python

Random in Python : When ever there is a situation where we need to generate random numbers in coding of python, then python allow us to generate random numbers by using module RANDOM in Python. Following are the situations where we need to generate random numbers in Python To generate the scratch card of online … Read more

error: Content is protected !!