Python - Void vs Value-Returning Functions and Coding Examples - APPFICIAL

Опубликовано: 04 Октябрь 2024
на канале: Appficial
9,120
94

Functions may or may not return a value:
A value-returning function returns a value using a return statement
A void function has no return statement, and returns the value None

Subscribe to Appficial for more programming videos coming soon. Also, don't forget to click LIKE and comment on the video if it helped you out!