top of page

My Python code goes here...
you=input("Wanna see my code?")
If you.lower() in "yes":
you=input("What kind of codes?")
if you == "own codes":
print(GitHub)
elif you == "chatbot":
print(GitHub)
else:
print(Bye-bye)
​

Source: https://www.python.org/
bottom of page