- 2
Def welcome function
Code coch solution
6 Respostas
+ 1
You get input using the input() function. Store the input in a variable.
0
Same question as
https://www.sololearn.com/Discuss/3091890/?ref=app
0
def welcome():
print("Welcome, user")
welcome()
0
output=Welcome,name
0
How
0
Thank you lisa