Simple Text Editor

  • + 0 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 :)")