This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
... |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
### | |
#DESCRIPTION | |
#Tk recognizes many symbolic color names (e.g., red) when specifying colors. The symbolic names recognized by Tk and their 8-bit | |
#RGB values are: | |
#Name Red Green Blue | |
alice blue 240 248 255 | |
AliceBlue 240 248 255 | |
antique white 250 235 215 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
>>> import builtins | |
>>> dir(builtins) | |
['ArithmeticError', 'AssertionError', 'AttributeError', 'BaseException', | |
'BlockingIOError', 'BrokenPipeError', 'BufferError', 'BytesWarning', | |
'ChildProcessError', 'ConnectionAbortedError', 'ConnectionError', | |
'ConnectionRefusedError', 'ConnectionResetError', 'DeprecationWarning', | |
'EOFError', 'Ellipsis', 'EnvironmentError', 'Exception', 'False', | |
'FileExistsError', 'FileNotFoundError', 'FloatingPointError', | |
'FutureWarning', 'GeneratorExit', 'IOError', 'ImportError', | |
'ImportWarning', 'IndentationError', 'IndexError', 'InterruptedError', |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import sys, os | |
import turtle as tt | |
screen = tt.Screen() | |
class Lsystem: | |
"Class to compile and draw lsystem with turtle" | |
def __init__(self, save_every_frame=False, | |
speed=0): | |
self.name = '' |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ascii("¥") | |
#Output : '\xa5' | |
ascii("µ") | |
#Output : '\xb5' | |
ascii("Ë") | |
#Output : '\xcb' |
Collection of License badges for your Project's README file.
This list includes the most common open source and open data licenses.
Easily copy and paste the code under the badges into your Markdown files.
- Badges are made with Shields.io.
- This badges do not fully replace the license informations for your projects, they are only emblems for the README, that the user can see the License at first glance.
- 🇫🇷 Cette liste en français
- 🇨🇳🇹🇼 这个中文名单
OlderNewer