PYTHON BEGINNERS - 12 : FUNCTIONS Get link Facebook X Pinterest Email Other Apps October 11, 2021 IN THIS TUTORIAL, WE WILL LEARN ABOUT FUNCTIONS.def sayhi(name, age): print("Hello " + name + "! You are" + age)print("Top")sayhi("SHAYAN", " 35" ) print("Bottom") Get link Facebook X Pinterest Email Other Apps Comments
Comments
Post a Comment