Run Code
|
API
|
Code Wall
|
Misc
|
Feedback
|
Login
|
Theme
|
Privacy
|
Patreon
Shabnam_name_checker
promot = "\nEnter your name: " while True: name = raw_input(promot) name = name.title() if name.lower() == "quit": print ("Good bye, honey!") break if name.lower() == "shabnam": print ("I love you " + name) else: print ("Thank you dear " + name + " for checking my code ") """ the code works well on my Geany! but here i see some error while the code works too I enter name and quit!! """
run
|
edit
|
history
|
help
0
1.problem_name_1
my first code
GardenerList
Aisha Wall
Python2, list comprehension, join, split, zip
Pattern
python2 - division -1
PyClassMethod
Problem Name: single_digit
binary