96 reputation
6
bio website
location
age 16
visits member for 3 months
seen yesterday
stats profile views 7

Lover programming...

class Programmer(object):
    name = ""
    langs = []
    mail = ""
    def print_person(self):
        print "Programmer Name:", self.name
        print "Programming languages:", self.langs
        print "Contact:", self.mail

p = Programmer()
p.name = "Victor Aurélio Santos"
p.mail = "aurelio@archlinux.info"
p.langs = ["python", "c", "c++", "shell script", "lua", "php", "javascript", "..."]

p.print_person()

10 Votes Cast

all time   by type   month   week  
10 up 3 question 9 2
0 down 7 answer