Def welcome function | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
- 2

Def welcome function

Code coch solution

9th Oct 2022, 1:09 PM
MrPravin
6 Answers
+ 1
You get input using the input() function. Store the input in a variable.
9th Oct 2022, 1:34 PM
Lisa
Lisa - avatar
9th Oct 2022, 1:29 PM
Lisa
Lisa - avatar
0
def welcome(): print("Welcome, user") welcome()
9th Oct 2022, 1:33 PM
MrPravin
0
output=Welcome,name
9th Oct 2022, 1:33 PM
MrPravin
0
How
9th Oct 2022, 1:33 PM
MrPravin
0
Thank you lisa
9th Oct 2022, 1:42 PM
MrPravin