Skip to content

Instantly share code, notes, and snippets.

View GrunclePug's full-sized avatar
it's not a problem if I don't admit it.

Chad Humphries GrunclePug

it's not a problem if I don't admit it.
View GitHub Profile
@GrunclePug
GrunclePug / Python Discord Bot
Last active April 17, 2018 04:33
Python Discord Bot
//Made By: @GrunclePug#7015
first_name = str(input("What is your first name?: "))
middle_name = str(input("What is your middle name?: "))
last_name = str(input("What is your last name?: "))
good = "Oh that's wonderful!"
bad = "Oh I'm sorry to hear :("
idk = "Well, at least you're not upset."
first_name = first_name.capitalize()
middle_name = middle_name.capitalize()