Python #6 : What's Your Name
Due to my College Exams, and my bad health I got no time for blogs, but as soon as I recovered I am back on the track, and here is the new Blog of our first series, i.e., HackerRank Python Solutions where we we provide solutions to the problem of HackerRank website.
If you are new, just subscribe and become a member and you will never miss a post again.
So in this blog, we will print our name, that is the task. Yes!! printing your name, just simple as that.
You can see we have to print name in a specific manner, with some other strings attached to it, and it should not go in next line, we have to print in the same line.
Here is the code, just paste it and see if it run...
print ( " Hello " + first , last + " ! You just delved into python. " )
When you paste this line it just combines, the other strings with sign (+) and just writes or adds the first and last wordof name with comma (,).
We will be meeting in next blog.
Till then #Coders😎
Recent Posts
See AllMy last blogg about gaming from your android, or my other blogs, that I published earlier were not a big hit, not like this website or...
Comments