[Part 13] Python 3 for Beginners - Return Values

preview_player
Показать описание
Hello and welcome to my Python 3 tutorial for beginners! In this video, we talk about return values and how it differs from print. Please comment down below if you are having any issues or have any questions! See you in the next one!
Рекомендации по теме
Комментарии
Автор

Good vedio and simple, always make it simple

elhussiny
Автор

When I return () use it give a answers

poojamalhotra
Автор

in which program do you write the code?

SchonGetestet
Автор

So if there wasnt "return new_age", the variable "a" would equal the whole function right?

heisenberg
Автор

def doubledAge(age):
doubledAge = age * 2

print(doubledAge)



doubledAge(20)

maartenbreunese