Python Modules | What are Modules in Python in hindi.

Publicado el: 06 julio 2022
en el canal de: Silent Tech
8
1

A Python module is a file containing Python definitions and statements. A module can define functions, classes, and variables. A module can also include runnable code. Grouping related code into a module makes the code easier to understand and use. It also makes the code logically organized.
for example
A simple module, calc.py
def add(x, y):
return (x+y)
def subtract(x, y):
return (x-y)

Python Modules | What are Modules in Python#python #coding


En esta página del sitio puede ver el video en línea Python Modules | What are Modules in Python in hindi. de Duración hora minuto segunda en buena calidad , que subió el usuario Silent Tech 06 julio 2022, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 8 veces y le gustó 1 a los espectadores. Disfruta viendo!