Note: This forum is merely an archive. It is no longer possible to register or post. - StackOverflow
New Ace of Spades Forums: http://buildandshoot.com/

What's on your CTRL+V?

Count to 100? Kill/Defend the duck? All forum games belong in here!

Re: What's on your CTRL+V?

Postby RambroGaming » Thu Sep 20, 2012 2:56 am

Oshawott wrote:
RambroGaming wrote:http://i.chzbgr.com/completestore/2012/3/23/07c76930-f7cc-4c19-adbb-4f7552d8c168.gif <lol

umm rambro why did you repost a gif?


cause i copied it
True story
(ノಥ益ಥ)ノ ┻━┻
*RAGE QUIT* <------ click here
Image
User avatar
RambroGaming
Member
 
Posts: 292
Joined: Fri Jul 27, 2012 9:32 am
Location: A place where i call home

Re: What's on your CTRL+V?

Postby ThisFrickinSite » Thu Sep 20, 2012 3:46 am

did you copy it just to post here?
User avatar
ThisFrickinSite
{RS} Member
 
Posts: 1249
Joined: Mon Jan 09, 2012 5:00 am
Location: 32.559, -83.686

Re: What's on your CTRL+V?

Postby RambroGaming » Thu Sep 20, 2012 9:28 am

nope copied it to put it on another blog
True story
(ノಥ益ಥ)ノ ┻━┻
*RAGE QUIT* <------ click here
Image
User avatar
RambroGaming
Member
 
Posts: 292
Joined: Fri Jul 27, 2012 9:32 am
Location: A place where i call home

Re: What's on your CTRL+V?

Postby Found » Thu Sep 20, 2012 9:41 am

How do I post gif's?
Image
Image
User avatar
Found
Member
 
Posts: 828
Joined: Sun Jul 08, 2012 1:02 am
Location: District 6, Panem

Re: What's on your CTRL+V?

Postby RambroGaming » Thu Sep 20, 2012 9:53 am

iwinthisthread
True story
(ノಥ益ಥ)ノ ┻━┻
*RAGE QUIT* <------ click here
Image
User avatar
RambroGaming
Member
 
Posts: 292
Joined: Fri Jul 27, 2012 9:32 am
Location: A place where i call home

Re: What's on your CTRL+V?

Postby ThisFrickinSite » Fri Sep 21, 2012 9:02 pm

^how? or is that a paste?
User avatar
ThisFrickinSite
{RS} Member
 
Posts: 1249
Joined: Mon Jan 09, 2012 5:00 am
Location: 32.559, -83.686

Re: What's on your CTRL+V?

Postby RambroGaming » Sat Sep 22, 2012 2:46 am

it was a post
_________________________
http://us12.memecdn.com/How-Rambro-real ... _97480.jpg
True story
(ノಥ益ಥ)ノ ┻━┻
*RAGE QUIT* <------ click here
Image
User avatar
RambroGaming
Member
 
Posts: 292
Joined: Fri Jul 27, 2012 9:32 am
Location: A place where i call home

Re: What's on your CTRL+V?

Postby Sniper101 » Sat Sep 22, 2012 6:13 am

IGN:
New IGN (With the [Proz] tag):
Your type of gameplay (Camp,Snipe,etc):
Why do you want to join?:
Timezone / Country :
Favourite weapon :
Age:
What clans have you been in (Explain why you left):
What are you good in? (Optional):
Average kill death ratio / link to a ratio (Optional) :
Skype / embeddable stuff, FB, etc (Optional):IGN:
New IGN (With the [Proz] tag):
Your type of gameplay (Camp,Snipe,etc):
Why do you want to join?:
Timezone / Country :
Favourite weapon :
Age:
What clans have you been in (Explain why you left):
What are you good in? (Optional):
Average kill death ratio / link to a ratio (Optional) :
Skype / embeddable stuff, FB, etc (Optional):IGN:
New IGN (With the [Proz] tag):
Your type of gameplay (Camp,Snipe,etc):
Why do you want to join?:
Timezone / Country :
Favourite weapon :
Age:
What clans have you been in (Explain why you left):
What are you good in? (Optional):
Average kill death ratio / link to a ratio (Optional) :
Skype / embeddable stuff, FB, etc (Optional):
ImageImage
User avatar
Sniper101
[DELTA] Member
 
Posts: 1864
Joined: Tue Jan 31, 2012 1:38 pm
Location: Perth, Western Australia

Re: What's on your CTRL+V?

Postby ThisFrickinSite » Sun Sep 23, 2012 5:44 am

Code: Select all
import random

k = True
h = 0
t = 0
s = 0

def reset():
    global h, s, t
    h = 0
    t = 0
    s = 0
   
while k:
    b = raw_input("How many times do you want to flip?")
    d = int(b)
    for i in range(d):
        c = random.randint(0, 1000)
        if c < 500:
            print "Heads"
            h = h + 1
        elif c <= 1000 and c > 500:
            print "Tales"
            t = t + 1
        else:
            print "It landed on the edge! What are the odds?"
            s = s + 1
    g = raw_input("Display stats? [Y/N] ")
    if g == "y" or g == "Y":
        print "Heads = ", h
        print "Tails = ", t
        print "Landed on side ", s, " times."
        reset()
    else:
        False
        reset()
    a = raw_input("Want to do it again? [Y/N] ")
    if a == "Y" or a == "y":
        True
        reset()
    else:
        k = False


Best coin flipping script ever! Yes, i had to wrap it in code brackets.
User avatar
ThisFrickinSite
{RS} Member
 
Posts: 1249
Joined: Mon Jan 09, 2012 5:00 am
Location: 32.559, -83.686

Re: What's on your CTRL+V?

Postby RambroGaming » Sun Sep 23, 2012 6:49 am

Best coin flipping script ever! Yes, i had to wrap it in code brackets.
True story
(ノಥ益ಥ)ノ ┻━┻
*RAGE QUIT* <------ click here
Image
User avatar
RambroGaming
Member
 
Posts: 292
Joined: Fri Jul 27, 2012 9:32 am
Location: A place where i call home

Re: What's on your CTRL+V?

Postby ThisFrickinSite » Sun Sep 23, 2012 3:31 pm

^i see what you did there (not coppied).
User avatar
ThisFrickinSite
{RS} Member
 
Posts: 1249
Joined: Mon Jan 09, 2012 5:00 am
Location: 32.559, -83.686

Re: What's on your CTRL+V?

Postby fLaMeShOt » Mon Sep 24, 2012 9:16 pm

Prince Terrell
Image
Ware do i aply for modrorator ? - rambo Not to be mean but I despise this clan. (talking about the Komrades) -RonPaul [22:08] <eX> FLaMeShOt is shitting on my brains I've all but given up on the AoS I loved. - ReubenMcHawk
User avatar
fLaMeShOt
Komrade Member
 
Posts: 162
Joined: Sun Dec 11, 2011 2:43 am
Location: Just a small town girl

Re: What's on your CTRL+V?

Postby Aeroclaw » Mon Sep 24, 2012 9:16 pm

gee.whiz-ipod
User avatar
Aeroclaw
Member
 
Posts: 841
Joined: Mon Jun 04, 2012 2:39 am
Location: I live 20 miles away from NIASKA and Scum in Zing Zong Ming Mong Ling Long...

Re: What's on your CTRL+V?

Postby Crockturtle566 » Mon Sep 24, 2012 10:43 pm

I'm not trying to kill you its just your walking wear my bullets are going...
User avatar
Crockturtle566
Member
 
Posts: 39
Joined: Thu Aug 09, 2012 8:48 pm

Re: What's on your CTRL+V?

Postby Aeroclaw » Mon Sep 24, 2012 10:43 pm

Image
User avatar
Aeroclaw
Member
 
Posts: 841
Joined: Mon Jun 04, 2012 2:39 am
Location: I live 20 miles away from NIASKA and Scum in Zing Zong Ming Mong Ling Long...

PreviousNext

Return to Forum Games



Who is online

Users browsing this forum: No registered users and 15 guests

cron