Issues
- 0
import random def colorful_message(message): colors = ["\033[1;31m", "\033[1;32m", "\033[1;33m", "\033[1;34m", "\033[1;35m", "\033[1;36m"] end_color = "\033[0m" colorful_msg = "" for char in message: colorful_msg += random.choice(colors) + char colorful_msg += end_color return colorful_msg message = "Chúc chị hai 8/3 thật nhiều vui vẻ" colorful_msg = colorful_message(message) print(colorful_msg)
#199 opened by ojihjhuhv - 0
Activities
#198 opened by Kaung393 - 0
Dhehe
#197 opened by nguyenvanngoc-2008 - 0
Why my sublimetext 4 occur a problem: I want to create a private gist,when I knock "enter",can't go into next step
#196 opened by Franklyn1987 - 3
plugin forgets what gist file belongs to
#179 opened by diego898 - 0
Wrong behavior with identical filenames
#157 opened by hermit-crab - 0
- 2
Sublime Text 3: unknown error
#185 opened by skylock - 3
Re-associate file with gist?
#149 opened by diego898 - 0
Feature Request: Open in Browser
#190 opened - 0
Inserting gist into the currently open file
#189 opened by latushko-igor - 9
Loaded Gist does not syntax highlight
#150 opened - 0
unknown error
#187 opened by jilizeko - 1
unable to update old gist file from Open Gist command
#186 opened by zymr-keshav - 4
Gist menu items greyed out
#184 opened by liverezPatterns - 1
gist plugin not loaded
#183 opened by kevinawoo - 10
Gist: Error while contacting GitHub
#153 opened by faiwer - 3
It does not appear description, only name of the file.
#141 opened by tanrax - 1
Cannot save gist to github
#132 opened by jmscholen - 2
Getting 2 error alerts while trying to change description ("uknown error" & "GitHub returned error 401")
#158 opened by eyalzek - 1
- 1
Copy gist link to clipboard
#169 opened by amyleew - 4
Gist: unknown error
#131 opened by pustovalov - 1
use_starred showing all gists
#166 opened by irbrad - 5
Can't open gist
#129 opened by tedbeer - 2
Validation Failed
#128 opened by mohitjain - 7
Token code returns 401
#168 opened by moltar - 0
Cannot open Gist
#182 opened by shao362 - 1
Gist: GitHub returned error 404: Not Found
#177 opened by herotha - 2
no reaction
#180 opened by YeomanYe - 6
MissingCredentialsException
#143 opened by nifl - 38
- 1
Unknown error sublime text 3 dev build 3062
#145 opened by AuthorProxy - 3
- 20
Limited to 30 gists
#144 opened by bcorreia - 1
Gitlab support
#163 opened by jrock2004 - 1
Problems with SB3 and Gist on Mac OS El Capitan
#175 opened by robertovg - 0
"Gist: GitHub returned error 500: Server Error"
#152 opened by hilyin - 2
- 2
Create public/private gist does not work
#173 opened by sambsbdev - 3
unknown error - report bug
#130 opened by diego898 - 4
Launch gist in browser
#170 opened by amyleew - 0
Save hook does not work for a new gist
#167 opened by moltar - 2
Need 'refresh from server`
#140 opened by xjsender - 1
Error create gist public
#162 opened by renanmpimentel - 1
- 4
Open Gists
#138 opened by bcorreia - 1
- 1
- 2
Gist: GitHub token isn't provided in Gist.sublime-settings file. All other authorization methods is deprecated.
#134 opened by MaxPleaner