We use cookies to ensure you have the best browsing experience on our website. Please read our cookie policy for more information about how we use cookies.
- Prepare
- Python
- Strings
- What's Your Name?
- Discussions
What's Your Name?
What's Your Name?
Sort by
recency
|
1428 Discussions
|
Please Login in order to post a comment
first=input() second=input() print(f"Hello {first} {second} You just delved into python.")
if len(first)<10 or len(last)<10: print("Hello",first,last+"!" ,"You just delved into python.")
print("Hello",first,last+"!" ,"You just delved into python.")
print("Hello",first,last+"!" ,"You just delved into python.",sep = ' ')
print('Hello', first, last+"!", "You just delved into python.")