Explore Westonci.ca, the premier Q&A site that helps you find precise answers to your questions, no matter the topic. Get the answers you need quickly and accurately from a dedicated community of experts on our Q&A platform. Get detailed and accurate answers to your questions from a dedicated community of experts on our Q&A platform.

7.6.8: What's in a Name? code hs help

Sagot :

The exercise here is to write a code that prints the result "What's in a Name?". See the soluton for this below.

What is the code for the above exercise?

The CodeHS that states: "What 's in a name?" is:

print('Hello,', input('What's in a name? '))

CodeHS refers to an online platform for learning that is interactive. It offes turorials on general computer science knowledge as wella s programming.

Learn more about CodeHS at

https://brainly.com/question/15599262

#SPJ1