Search Result

Collapse
6 results in 0.0040 seconds.
Keywords
Members
Tags
noob
  •  

  • matt murray
    started a topic Is there something similar to GOTO in python?

    Is there something similar to GOTO in python?

    So I'm trying to write a text based adventure game and there are going to be points where you'll have to travel back to previous rooms. I wasn't really sure of the best way to go about this. Also along the way you'll collect 3 keys and various loot. any help would be great. thanks -Matt


    Code:
    #Doors test
    
    def main():
    
        endprogram = 'no'
    
        while endprogram == "no"
    ...
    See more | Go to post
    Last edited by bvdet; Nov 30 '10, 01:49 PM. Reason: Add code tags

  • Whats wrong with my CSS/HTML Code in Internet Explorer

    I just created a website which works fine on Firefox, Opera and Safari but some reason it just has a white tag when i try to open it up in Internet Explorer.

    I'm only in year 8 so it probably my fault and its probably some Rookie coding mistake but I'd be grateful to anyone he could find and fix the problem or even give me a clue on how to fix it.

    www.cpu-tricks.co.cc


    Code in attachments....
    See more | Go to post

  • sparky159357
    started a topic how do i get rid of my error
    in Java

    how do i get rid of my error

    i need to get rid of my error just compile and run
    help!!!
    it is for adding up monthly income dont copy my idea!!!

    help i am n00b

    i know alot of stuff is not used it is not even half way done!!

    ps it is very messy i have still not cleaned it up

    pss my batery is dieing so i have to type fast i deleted a section and cant get it back what i am trying to do is add up the...
    See more | Go to post
    Last edited by Niheel; Jun 25 '10, 12:20 AM. Reason: please use code tags to display code

  • MandarkDC
    started a topic Very different items in a single table?

    Very different items in a single table?

    I am a total novice at access, who wants to move his inventory from Excel to Access, and add some functionality. One question that I haven't really seen answered in the general introductions to Access is, what to do if I need a table with very different types of objects. It could be resistors, where I need to know things like 'value,' ' voltage rating,' and 'footprint.' While something like a switch only has physical dimensions. Both items will have...
    See more | Go to post

  • sometingsometing
    started a topic dont know whats wrong?

    dont know whats wrong?

    hi,
    I am new and dont know what went wrong.

    Code:
    from Tkinter import *
    import tkMessageBox
    from pysqlite2 import dbapi2 as sqlite
    
    class door:
    	global simpleprint
    	def __init__(self,master):
    		frame = Frame(master)
    		
    		
    		self.lable1 =Label (frame,text ="ID")
    		self.lable1.grid(row =0)
    		self.lable2 = Label (frame,text = "Password")
    ...
    See more | Go to post

  • theroflchopper
    started a topic Number to string

    Number to string

    How would I change the output of my python program from being a number to being a string. In the simplest and best way

    For example: instead of 1 it being "one"

    This is probably a stupid question but I can't think of anything
    See more | Go to post
Working...