Breaking News: Grepper is joining You.com. Read the official announcement!
Check it out

#take the user's name as input name = input("Enter your name:") print(name) #the vaiable that includes the welcome message is alredy provided. #Please complete this part using the knowledge obtained in this lesson. greeting = ("Welcome"+" "+name) #print t

Sahara Ilyas answered on October 31, 2022 Popularity 1/10 Helpfulness 8/10

Contents


More Related Answers

  • name = input("What is your name? ") print("So you call yourself " + name + " huh?")
  • name = input() print("Your name is ") print ("Your name is"+ input ())

  • #take the user's name as input name = input("Enter your name:") print(name) #the vaiable that includes the welcome message is alredy provided. #Please complete this part using the knowledge obtained in this lesson. greeting = ("Welcome"+" "+name) #print t

    1
    Popularity 1/10 Helpfulness 8/10 Language whatever
    Source: Grepper
    Link to this answer
    Share Copy Link
    Contributed on Oct 31 2022
    Sahara Ilyas
    0 Answers  Avg Quality 2/10


    X

    Continue with Google

    By continuing, I agree that I have read and agree to Greppers's Terms of Service and Privacy Policy.
    X
    Grepper Account Login Required

    Oops, You will need to install Grepper and log-in to perform this action.