8:11 PM / 14.
2KB/s
<
Vo 4G
58
LTE
print("Curious Chatbot")
Goal
Hint
1
2
3 ame
=
...
input("What is your name?")
Hint
x t
Goal
Hint
O
.k
1 print("Curious Chatbot")
2
3
name = input("What is your name?")
4
5
print("Hello",name,"! Nice to meet you!")
6
k
7
doYouLikeCoding = input("Do you like coding? (y/n)")
8
9
if (doYouLikeCoding=='y' or doYouLikeCoding== 'Y'):
th
10
print("Great! You have come to the right place then!")
11
if (doYouLikeCoding== 'n' or doYouLikeCoding== 'N'):
12
print("Aww shucks! I just love coding. I think you'll like it too when you know how
much fun it is!")
k
13
14 favoriteMovie = input("Which is your favorite movie?")
15
to
16
if (favoriteMovie=='Baahubali'):
O
17
print("Mine too!!! We have so much in common!")
118
else:
19
print("That is a great movie! Mine is Baahubali!!.")
20
21
print("It was nice talking to you! Bye..")
22
u
23
21 -int("It was nice talking to you!
22
23
||
TAB
#
/ Run
Continue Learning
ic
n