Thursday, December 17, 2020

Wednesday, December 16, 2020

Source code of a simple CHATBOT with Python

 

print("Hi User")
name=input('What is your name? ')
print('Hi ' + name)
User=input('How can i help you? ')
print ('Ok ' + name )
Type_program=input('What did you want to learn? ')
print ('We will recommend ' + Type_program)
Country=input('Type your country: ')
print ('Wow ' + name )
ambition=input( 'What are your ambition in ' + Type_program )
print('I love that ' + name )
birth_year=input ('Birth_year:  ')
print(2020- int(birth_year))
age=(2020-int(birth_year))
print (name  + " is " + str(age))
print("This is Ollygraphix code WORLD")

How to make a simple CHATBOT with PythonHow to make a simp chatbot with Python

Romance book | written by Arakashi North

  *Swish* "Why do you call this relationship an article of clothing?" The rugged man asked the beautiful woman as he stripped her ...