You are on page 1of 1

TextWindow.WriteLine("Hello, i'm rusti. what your name?

")

name = TextWindow.Read()

TextWindow.WriteLine("Hello " + name)

TextWindow.WriteLine("How are you today?")

Text = TextWindow.Read()

TextWindow.WriteLine("Where do you come from?")

Text = TextWindow.Read()

TextWindow.WriteLine("What your favorit Color?")

Text = TextWindow.Read()

TextWindow.WriteLine("What your favorit Artis?")

Text = TextWindow.Read()

TextWindow.WriteLine("wow, i olso love that artis")

TextWindow.WriteLine("Why you like that artis?")

Text = TextWindow.Read()

TextWindow.WriteLine("i hope someday to meet with the artis")

TextWindow.WriteLine("OK, Nice to meet you, and see you next time " + name)

You might also like