Python Forum
Search Results
Post Author Forum Replies Views Posted [asc]
    Thread: Connect 4 problem
Post: Connect 4 problem

Hello, i am coding a connect 4 code(currently unfinished) and have encountered a problem. If you run the code and keep entering the same number, it should fill up the column then stop. the problem i ...
Darbandiman123 General Coding Help 1 2,241 Oct-03-2018, 04:58 PM
    Thread: Problem with my code?
Post: RE: Problem with my code?

Thanks. Just to be clear how do I fix this and also whats the problem with recursion?
Darbandiman123 General Coding Help 3 1,991 Sep-29-2018, 01:54 PM
    Thread: Problem with my code?
Post: Problem with my code?

Hey guys so I am writing a basic code which asks you for a password to enter. If you get the password wrong 3 times in a row then you get a time penalty. Everything works except if you get the passwor...
Darbandiman123 General Coding Help 3 1,991 Sep-29-2018, 12:35 PM
    Thread: problem with for loops?
Post: problem with for loops?

This is the code: import turtle Win = turtle.Screen() t = turtle.Turtle() def shape(length, sides): for i in (1,sides): t.forward(length) t.left(360 / sides) shape(100, 8) Win.ex...
Darbandiman123 General Coding Help 1 2,012 Sep-26-2018, 06:33 PM
    Thread: Fibonacci sequence
Post: RE: Fibonacci sequence

Thanks!
Darbandiman123 General Coding Help 2 2,692 Sep-26-2018, 02:32 PM
    Thread: Fibonacci sequence
Post: Fibonacci sequence

Hey i have this code which should print out fibonaccis sequence yet encounter the following error. Error:Traceback (most recent call last): File "C:\Users\Louis\csyr9\fibonacci.py", line 12, in <...
Darbandiman123 General Coding Help 2 2,692 Sep-26-2018, 01:53 PM
    Thread: simple dragon realm gone wrong
Post: RE: simple dragon realm gone wrong

dont really understand perameters please tell me how to fix it thanks
Darbandiman123 General Coding Help 7 5,553 Mar-01-2017, 05:17 PM
    Thread: simple dragon realm gone wrong
Post: RE: simple dragon realm gone wrong

ok thanks. i did that but still got a error here it is Traceback (most recent call last):  File "C:/Python33/Python Coding/choose your own adventure/dragon realms.py", line 30, in <module>    c...
Darbandiman123 General Coding Help 7 5,553 Mar-01-2017, 04:45 PM
    Thread: simple dragon realm gone wrong
Post: RE: simple dragon realm gone wrong

no its like that so that the friendly cave is the one which you compare the user imputted info against it.
Darbandiman123 General Coding Help 7 5,553 Mar-01-2017, 04:18 PM
    Thread: simple dragon realm gone wrong
Post: simple dragon realm gone wrong

i have a dragon realms game that wont go past asking you what cave to go in here is the code #this is dragon realms import time import random def displayintro():     print('You arrive outside of 2 c...
Darbandiman123 General Coding Help 7 5,553 Mar-01-2017, 02:51 PM
    Thread: need help with game
Post: RE: need help with game

yes i see what you mean. basically i havent finished the game but for example if you get to the cave, go into the right tunnel and look for a switch you run into a problem
Darbandiman123 General Coding Help 6 4,480 Feb-11-2017, 05:56 PM
    Thread: need help with game
Post: RE: need help with game

i understand that. however surely that is just tiding up my code. please help me with the errors :)
Darbandiman123 General Coding Help 6 4,480 Feb-11-2017, 12:50 PM
    Thread: need help with game
Post: need help with game

i am making a choose your own adventure game and need help with the coding. i am mid way throught, and tried to play it so far but some of the outcomes dont work. i would like someone to help me fix t...
Darbandiman123 General Coding Help 6 4,480 Feb-11-2017, 12:23 PM
    Thread: my coding doesn't work plz help
Post: RE: my coding doesn't work plz help

ok done that :). what else is wrong
Darbandiman123 General Coding Help 6 5,074 Feb-03-2017, 06:00 AM
    Thread: my coding doesn't work plz help
Post: my coding doesn't work plz help

so basically i am trying to make a piece of coding that asks what the person wants to do. however as you can see if you try my coding whenevr it says what do you want to do, no matter what the answer,...
Darbandiman123 General Coding Help 6 5,074 Feb-02-2017, 05:12 PM
    Thread: how do i repeat???
Post: how do i repeat???

i have some coding that i would like to repeat here is the coding how do i do it??? it is for a calculator and i want to repeat the last bit ("main()") #returns the result of adding num1 + num2 def ad...
Darbandiman123 General Coding Help 2 4,611 Dec-23-2016, 08:48 AM
    Thread: coding doesent work???
Post: coding doesent work???

hey all i am using python 3.3.3 in idle (i know its outdated) but i am trying to make a siple if statment however it wont work and says invalid syntax if i try to run it and highllights the word else....
Darbandiman123 General Coding Help 2 3,603 Dec-22-2016, 06:45 PM

User Panel Messages

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