top of page
Writer's pictureKrunal Chandan

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😎

11 views0 comments

Recent Posts

See All

Last Blogg For KNBLOGGS

My 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


About Us

LOGO_MAIN.jpg

Welcome to KN Blogg, the place where we're serious about tech, finance, movies, and games. Or at least, we try to be. We're a team of self-proclaimed experts, enthusiasts, and sometimes just plain clueless individuals, who love to share our thoughts, opinions, and occasional witty remarks with the world.

Posts Archive

Tags

bottom of page