What's Your Name?

Sort by

recency

|

1428 Discussions

|

  • + 0 comments

    first=input() second=input() print(f"Hello {first} {second} You just delved into python.")

  • + 0 comments

    if len(first)<10 or len(last)<10: print("Hello",first,last+"!" ,"You just delved into python.")

  • + 0 comments

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

  • + 0 comments

    print("Hello",first,last+"!" ,"You just delved into python.",sep = ' ')

  • + 0 comments

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