1
def start_learning():
2
print("Welcome to Learning!")
3
return "Success"
4
5
# Start your journey today
6
result = start_learning()