Python Forum
Can someone please help me with my code?
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can someone please help me with my code?
#2
First, allow me to be the one to initiate you by passing on some information that will help you out here in the forum. Welcome, BTW.

First, there are tags to put in your message that make your code look like this:

### Put a "[ python]" at the beginning and a "[/python ]" minus the spaces at the end of code to maintain the ###indentation and stuff.

import time

answer_a = ["A", "a"]
answer_b = ["B", "b"]
answer_c = ["C", "c"]
yes = ["Y", "y", "Yes", "yes"]
no = ["N", "n", "No", "no"]
required = "Please use only A, B, or C"

print("please type 'start()' to start the game!")
Secondly, what is it you want help with? Specific questions are much more likely to get answered. Fear not. Every new person get's told these same things. myself included.

So maybe edit your message and ask a question that will give you an answer you can use.

"Can someone please help me with my code?" is too general and the answer is "yes", dozens of people here "can".

Cheers
Reply


Messages In This Thread
RE: Can someone please help me with my code? - by michael1789 - Dec-05-2019, 09:22 PM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020