| 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()
|
|
Unix & Linux | 96 rep | 6 |
|
|
Stack Overflow | 26 rep | 4 |
|
|
Mathematics | 11 rep | 3 |
|
|
Server Fault | 1 rep | |
|
|
Super User | 1 rep |
This user has no active bounties
10 Votes Cast
| all time | by type | month | week | ||||||
|---|---|---|---|---|---|---|---|---|---|
| 10 | up | 3 | question | 9 | 2 | ||||
| 0 | down | 7 | answer | ||||||