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.
- Simple Text Editor
- Discussions
Simple Text Editor
Simple Text Editor
Sort by
recency
|
63 Discussions
|
Please Login in order to post a comment
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 :)")
Python 3:
On the one hand
On the other hand, Why does your example start with inital value of S?!
JavaScript Solution:-