TG Telegram Group & Channel
Python Codes | United States America (US)
Create: Update:

#Basics

The _ Operator

The _ operator might be something that you might not have heard of. Here _ is the output of the last executed expression. Let’s check how it works.


Example:

>>> 2+ 3
5
>>> _ # the _ operator, it will return the output of the last executed statement.
>>> 5

Share and Support
@Python_Codes

#Basics

The _ Operator

The _ operator might be something that you might not have heard of. Here _ is the output of the last executed expression. Let’s check how it works.


Example:

>>> 2+ 3
5
>>> _ # the _ operator, it will return the output of the last executed statement.
>>> 5

Share and Support
@Python_Codes


>>Click here to continue<<

Python Codes




Share with your best friend
VIEW MORE

United States America Popular Telegram Group (US)