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.
Fullname = input()
Nickname = input()
Age = input()
Zodiacsign = input()
Weight = input()
Height = input()
Color = input()
Song = input()
Movie = input()
Hobby = input()
print(f"Hi! My name is {Fullname} and my friends call me {Nickname}. I'm {Age} years old and my zodiac sign is {Zodiacsign}. I currently weigh {Weight} kg and am {Height} cm tall.\n\nOut of all the colors, I tend to favor {Color} the most. {Song} is one song I currently like and the first movie to come to mind is {Movie}. Lastly, one of my hobbies is {Hobby}. That's all :)")
Cookie support is required to access HackerRank
Seems like cookies are disabled on this browser, please enable them to open this website
Simple Text Editor
You are viewing a single comment's thread. Return to all comments →
Fullname = input() Nickname = input() Age = input() Zodiacsign = input() Weight = input() Height = input() Color = input() Song = input() Movie = input() Hobby = input()
print(f"Hi! My name is {Fullname} and my friends call me {Nickname}. I'm {Age} years old and my zodiac sign is {Zodiacsign}. I currently weigh {Weight} kg and am {Height} cm tall.\n\nOut of all the colors, I tend to favor {Color} the most. {Song} is one song I currently like and the first movie to come to mind is {Movie}. Lastly, one of my hobbies is {Hobby}. That's all :)")