struct Ramesh{ var aboutMe:String init(with him:String) { self.aboutMe = him print(self.aboutMe) } } Ramesh(with: "He is simple, He like technologies Very positive and like to learn from others")