This file contains 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
''' | |
Got Color Names From VS Code Insider! | |
Contains : 132 Colors. | |
''' | |
color= ['aliceblue', | |
'antiquewhite', | |
'aqua', | |
'aquamarine', | |
'azure', | |
'beige', |
This file contains 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
/* | |
A script of the programmers who have used PYTHON and are now wsing JAVASCRIPT | |
This script has some of the built-in function in python as the javascript functions | |
that will make you feel easier with JAVASCRIPT. | |
Available Functions: | |
1. str(value) | |
2. int(value) | |
3. sum(iretable_list) | |
4. max(*args) |