I am using clever bot as an example but mine is not random i tell it to say stuff after you say it like one part it asks you if you are having a nice day and if you type in bad it will say im doing good. if you type in good it will still say im doing good here is the first part of the code: n = input ('Name:') print (Hello, ' + n) See how it works?