Python Programming, Equality Operator ==

Publicado el: 19 marzo 2021
en el canal de: Quick Programming Concepts
1,121
30

#shorts

This quick video demonstrates the equality operator in Python. This video is intended for those who are new to Python or new to programming in general.

The equality operator in Python is two equal signs together ==. It can be used to check if two values are equal to each other. When combined with an if statement in Python, this can be used to make decisions in your program to run certain code when specific values are equal to each other.

Example:
if 'Value 1' == 'Value 2':
print('Value 1 is equal to Value 2')


En esta página del sitio puede ver el video en línea Python Programming, Equality Operator == de Duración hora minuto segunda en buena calidad , que subió el usuario Quick Programming Concepts 19 marzo 2021, comparta el enlace con amigos y conocidos, en youtube este video ya ha sido visto 1,121 veces y le gustó 30 a los espectadores. Disfruta viendo!