new snippets

This commit is contained in:
Rohit Tanwar
2018-02-01 13:49:59 +05:30
parent b5a1fa18ba
commit 55f39b14bd
27 changed files with 292 additions and 34 deletions

View File

@ -12,4 +12,11 @@ max_n:math
min_n:math
shuffle:list
spread:list
zip:list
zip:list
byte_size:string
capitalize:string
capitalize_every_word:string
decapitalize:string
palindrome:string
is_upper_case:string
is_lower_case:string