| bio | website | about.me/stevenelliottjr |
|---|---|---|
| location | New York, United States | |
| age | 33 | |
| visits | member for | 8 months |
| seen | Sep 18 '12 at 15:30 | |
| stats | profile views | 1 |
author = 'stevenelliottjr'
class Me:
def __init__(self, name, title, language, twitter):
self.name = name
self.title = title
self.language = language
self.twitter = twitter
print 'Hi, I\'m % s' % self.name
print 'I work as the %s of a fund in NYC' % self.title
print 'My favorite programming language is %s' % self.language
print 'You can see my tweets at %s' % self.twitter
steven = Me('Steven', 'CTO', 'Python', '@stevenelliottjr')
print (steven)
This user has no reputation changes
This user has not asked any questions
|
|
Stack Overflow | 1 rep | 1 |
|
|
Mathematics | 1 rep | 1 |
|
|
Mathematica | 1 rep | 1 |
|
|
Computer Science | 1 rep | 1 |
This user has no active bounties
0 Votes Cast
This user has not cast any votes