Can you guys go to my survey poll link
Hello everyone,
I’ve created this topic for anyone who wants to chat on the Discourse (I know a few people), and to move any conversations which are off topic from other topics to this one, so the narrative of other topics isn’t interrupted every few posts by 10-20 short off topic posts.
The place where I’ve moved them from is shown on the first post of the block.
If anyone has any requests for a topic they want de-off-topiced (that’s a disgusting word) PM me.
Danny
Oh yeah I forgot it’s only 8pm in Canada
Hi guys (20 characters)
i beg u! plz plz plz plz???
Here’s a game i created:
from random import randint
player = input("rock (r), paper (p), or scissors (s)?")
print(player, "vs", end = " ")
chosen = randint(1, 3)
if chosen == 1:
computer = "r"
elif chosen == 2:
computer = "p"
else:
computer = "s"
print(computer)
if player == computer:
print("DRAW!")
elif player == "r" and computer == "s":
print("Player wins!")
elif player == "r" and computer == "p":
print("Computer wins!")
elif player == "p" and computer == "r":
print("Player wins!")
elif player == "p" and computer == "s":
print("Computer wins!")
Wow cool!(20 characters)
| Blaze_Fire1
June 9 |
- | - |
Wow cool!(20 characters)
Visit Topic or reply to this email to respond.
In Reply To
| EpicCoder999
June 9 |
- | - |
Here’s a game i created: from random import randint player = input(“rock (r), paper (p), or scissors (s)?”) print(player, “vs”, end = " ") chosen = randint(1, 3) if chosen == 1: computer = “r” elif chosen == 2: computer = “p” else: computer = “s” print(computer) if player == computer: …
Ok cool game !!!
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.
Here’s another version:
from random import randint
player = input("rock (r), paper (p), or scissors (s)?")
print(player, "vs", end = " ")
chosen = randint(1, 1)
if chosen == 1:
computer = "gun"
print(computer)
elif player == "r" and computer == "gun":
print("Computer wins!")
elif player == "p" and computer == "gun":
print("Computer wins!")
elif player == "s" and computer == "gun":
print("Computer wins!")
gun = g. i will change it
How is the player even going to win this game?
# new code
from random import randint
player = input("rock (r), paper (p), or scissors (s)?")
print(player, "vs", end = " ")
chosen = randint(1, 1)
if chosen == 1:
computer = "gun"
print(computer)
if player == "r":
print("Computer wins!")
elif player == "p":
print("Computer wins!")
elif player == "s":
print("Computer wins!")
that’s the point. hehe
do the oringial one instead of the computer always win one
Here’s a human always win one
from random import randint
player = input("machine gunner(mg)?")
print(player, "vs", end = " ")
chosen = randint(1, 1)
if chosen == 1:
computer = "gun"
print(computer)
if player == "mg":
print("Player wins!")
Ok LOL (20 characters)
PLAYER ALWAYS WIN!!!
| EpicCoder999
June 9 |
- | - |
EpicCoder999:
from random import randint player = input("machine gunner(mg)?") print(player, "vs", end = " ") chosen = randint(1, 1) if chosen == 1: computer = "gun" print(computer) if player == "mg": print("Player wins!")
PLAYER ALWAYS WIN!!!
Cool
Visit Topic or reply to this email to respond.
To unsubscribe from these emails, click here.
Why have you summoned all of these people?