Limelight Forums

Full Version: Names!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3 4
I have no clue why it is Blurr.... Guess it was a Blurr (what a bad pun)
# define functions
def add(x, y):
  """This function adds two numbers"""

  return x + y

def subtract(x, y):
  """This function subtracts two numbers"""

  return x - y

def multiply(x, y):
  """This function multiplies two numbers"""

  return x * y

def divide(x, y):
  """This function divides two numbers"""

  return x / y

# take input from the user
print("Select operation.")
print("1.Add")
print("2.Subtract")
print("3.Multiply")
print("4.Divide")

choice = input("Enter choice(1/2/3/4):")

num1 = int(input("Enter first number: "))
num2 = int(input("Enter second number: "))

if choice == '1':
  print(num1,"+",num2,"=", add(num1,num2))

elif choice == '2':
  print(num1,"-",num2,"=", subtract(num1,num2))

elif choice == '3':
  print(num1,"*",num2,"=", multiply(num1,num2))

elif choice == '4':
  print(num1,"/",num2,"=", divide(num1,num2))
else:
  print("Invalid input")

It used to be MrBigSneeze because I sneezed loud af but now, bambo because:

My first username was on xbox 360 as discoagentmax because I couldn't pick agentmax. It then changed due to me playing Runescape and saying "Gungranny makes sense in a MMO RPG" so it became gungranny for a goodbit (i think 6 years), but I became a brony in 2013 and had a pretty funny russian voice so then soviethoves was born. I don't change it even though I am no longer a brony, but it just fits.
Stole my name from my Runescape clan, "Theomenz". My name before that was Dunes Dispar, which I stole from the game Guild Wars. There was a section of the map called "The Dunes of Despair", now the problem is that I didn't know how to spell back then so I typed it in wrong when I made my Runescape account. And my first ever name was "Gfgbfbfghh", which served as my Club Penguin and Guild Wars name.

Gfgbfbfghh > Dunes Dispar > Theomenz > Theo
I got the PS3 right when it was released and had to come up with a name. My brother made a name that started with a V so I had one similiar. "Venom" was taken so I had to go with "TheVenomzzxD". Managed to shrink it down to "VenomzzxD" which then became my PSN name. Once I got Steam, I could finally drop the "zzxD" and now it's just Venom.
(Mar 13, 2016, 03:29 AM)Venom Wrote: [ -> ]I got the PS3 right when it was released and had to come up with a name. My brother made a name that started with a V so I had one similiar. "Venom" was taken so I had to go with "TheVenomzzxD". Managed to shrink it down to "VenomzzxD" which then became my PSN name. Once I got Steam, I could finally drop the "zzxD" and now it's just Venom.

For some reason, I thought it was because of Spiderman...
Chronological Name Development

1. Nevinator8 - It was like a decade ago and it had part of my name mixed with Terminator. Seemed like a cool idea.
2. Eggwhite - Yeah, I have no idea either.
3. Nevinator8 - Back to the good ole' classic username.
4. Nevinator - Took some courage to take the '8' off the end but it made it cooler.
5. Nevy - Short and much easier to be called as than Nevinator
6. Nev - People called me 'Nev' when my name was Nevy
7. Now I just change my username between Nevy, Niix and a bunch of provocatively racist and immature names simply because I play CS:GO and having a stupid name tends to strike fear in the opponent(s)
Gurgle528 - Not really sure where the I came up with this, I was trying to make a club penguin account so I picked a random word and numbers
Goigle528 - Fast forward 8 years. I eventually started getting tired of people making the same "hahahha do you gurgle dicks??????" jokes, decided to change my name
Goigle - Fast forward 1 month, I figured enough of my friends had gotten used to the new name (kept the numbers originally so people would remember me) and realized the name is unique enough that I don't need numbers in it anymore usually
My middle name.
Safira = Sapphire
Sapphires are pretty
I'm pretty

Hurhurhur.

My previous name was Artaban who is apparently the fourth wise man; this was used because I played as Artaban in primary school play back in the UK when I was around about nine years old. After awhile I went looking for a new name and came across Nacreouse on a name generating website. I started to using that for about an hour until someone I know changed it from Nacreouse to Nacreas and it's stuck ever since.
(Mar 13, 2016, 11:13 AM)Nacreas Wrote: [ -> ]My previous name was Artaban who is apparently the fourth wise man; this was used because I played as Artaban in primary school play back in the UK when I was around about nine years old. After awhile I went looking for a new name and came across Nacreouse on a name generating website. I started to using that for about an hour until someone I know changed it from Nacreouse to Nacreas and it's stuck ever since.

Long story short; Your name is a spin-off of Narcotic's name... let's be honest. <3
(Mar 13, 2016, 12:54 PM)Rocket Wrote: [ -> ]
(Mar 13, 2016, 11:13 AM)Nacreas Wrote: [ -> ]My previous name was Artaban who is apparently the fourth wise man; this was used because I played as Artaban in primary school play back in the UK when I was around about nine years old. After awhile I went looking for a new name and came across Nacreouse on a name generating website. I started to using that for about an hour until someone I know changed it from Nacreouse to Nacreas and it's stuck ever since.

Long story short; Your name is a spin-off of Narcotic's name... let's be honest. <3

Shit, Agent is on to me.
(Mar 13, 2016, 03:20 AM)Theo Wrote: [ -> ]Stole my name from my Runescape clan, "Theomenz". My name before that was Dunes Dispar, which I stole from the game Guild Wars. There was a section of the map called "The Dunes of Despair", now the problem is that I didn't know how to spell back then so I typed it in wrong when I made my Runescape account. And my first ever name was "Gfgbfbfghh", which served as my Club Penguin and Guild Wars name.

Gfgbfbfghh > Dunes Dispar > Theomenz > Theo

Wait so your irl name isn't Theo?





This bitch...
Pages: 1 2 3 4