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

#Basics

Return Multiple Values From Functions.

Code:

def x():
return 1, 2, 3, 4
a, b, c, d = x()

Input:
print(a, b, c, d)

Output:
1 2 3 4

Share and Support
@Python_Codes

#Basics

Return Multiple Values From Functions.

Code:
def x():
return 1, 2, 3, 4
a, b, c, d = x()

Input:
print(a, b, c, d)

Output:
1 2 3 4

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)