hello-world First test. print('Hello world!') print('My name is BOWTIE') print('What is your name?') yourName = input() print('Hello, ' + yourName + '. Nice to meet you!')