Marti157

81
reputation
1
7
import webbrowser
import time
user = 'Marti157'
github = 'https://github.com/marti157'
print '\n', '=' * 5, user, '=' * 5 + '\n ',
for i in user:
    print i.upper(),
print '\n\nhttps://github.com/marti157\n'
time.sleep(3)
webbrowser.open('https://github.com/marti157')