What's Your Name?

Sort by

recency

|

1434 Discussions

|

  • + 0 comments

    This is a fun and beginner-friendly problem that helps build confidence with Python strings. Betting exchange id login

  • + 0 comments

    Comment says the string needs to be returned when the grader expects it to be printed.

  • + 0 comments

    def print_full_name(first, last): print("Hello",first+" "+last+"! You just delved into python.")

  • + 0 comments

    def print_full_name(first, last): # Write your code here print(f"Hello {first} {last}! You just delved into python.")

  • + 0 comments

    print(f"Hello {first} {last}! You just delved into python.")