Steven Elliott Jr

less info
1 reputation
1
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 not answered any questions
This user has not asked any questions
This user has not participated in any tags

0 Votes Cast

This user has not cast any votes