Commit Graph

852 Commits

Author SHA1 Message Date
94d41fbf6f Merge branch 'master' into master 2019-07-18 08:18:40 +03:00
be0d1cbaf1 Merge pull request #57 from mattveraldi/fix-keys_only
Solved issue #53
2019-07-18 08:11:50 +03:00
63c84b7daa Fixed error in code
len() was used twice, which produced error. Fixed that.
Also included print() statements, so that the function call actually prints the no. of vovels.
2019-07-09 21:35:57 +05:30
5424f64e2c Merge pull request #75 from OmarTahoun/master
[FIX: #71] wrong return value for is_upper_case("a3@$")
2019-03-31 18:25:41 +03:00
1c9fa9f0a5 Merge pull request #55 from sreejithsankar55/patch-1
Fixed a grammatical error.
2019-03-30 10:23:41 +02:00
07a5c5f43d Merge pull request #46 from sidagrawal/patch-1
Update byte_size.md
2019-03-30 10:23:03 +02:00
d94bc9bf52 typo fix Closes #71 2019-03-28 19:45:52 +08:00
9f31d19cff modify count_volwels function of count_volwels module. 2018-12-06 12:20:32 +08:00
05751a72a5 fixed count_vowels function return value error 2018-12-06 01:45:34 +08:00
5754af805f Solved issue #53 2018-10-23 12:46:20 +02:00
4f6aa69f26 Fixed a grammatical error.
Changed  'an list' to 'a list' in 5th line.
2018-10-18 15:43:05 +05:30
b038f6729d Update byte_size.md
The original description was slightly misleading by saying that utf-8 will encode and find the length, whereas in reality the length was produced by len.
2018-10-07 11:38:21 -07:00
9b07497281 Fix bug on zip snippet 2018-05-30 11:58:40 -03:00
163d439bc7 fix typo 2018-04-17 02:05:26 -07:00
cb65204bd5 Merge pull request #27 from Rob-Rychs/master
[FEATURE] add snippets has_duplicates all_unique keys_only values_only
2018-04-16 18:42:57 +05:30
9f0bd80219 update keys_only snippet discription, changed func param to flat_dict 2018-04-15 10:22:54 -07:00
aa31f4cc74 fix #results in examples, added test file for keys_only 2018-04-15 10:10:41 -07:00
841385b5ed changing-array-to-list 2018-04-14 08:35:58 +05:30
d3c9524379 Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-python-code 2018-04-12 18:20:32 +05:30
35717acda4 Merge branch 'master' into fix_max_n 2018-04-12 23:02:23 +05:30
5b7baf43f8 Fix some bugs
Change lint.py to print the name of file being linted for easy debugging. Also removed a bug from website\main.py
2018-04-12 17:46:30 +05:30
0c4e433628 Merge branch 'master' of https://github.com/kriadmin/30-seconds-of-python-code 2018-04-12 16:21:34 +05:30
1efa8a45bf Merge pull request #23 from deepserket/master
Fix some issues
2018-04-12 21:43:50 +05:30
24c7ffd108 Merge pull request #25 from arpit1997/master
fix: snippets reserved name shadowing
2018-04-12 21:21:15 +05:30
d3fd9d9de5 fix max_n 2018-04-12 16:17:18 +05:30
856e331293 fix typo in contributor databse 2018-04-12 15:36:12 +05:30
57c3f5f1ab add snippets keys_only + values_only + test bp 2018-04-01 13:56:31 -07:00
7f25b4de80 add has_duplicates and all_unique 2018-04-01 01:03:09 -07:00
c0cf664050 Update bubble_sort.md 2018-03-09 19:25:07 +05:30
be62187183 Update bubble_sort.md 2018-03-09 19:21:34 +05:30
3a7587e178 Update bubble_sort.md 2018-03-08 18:21:16 +05:30
5ea239aad5 fix: snippets reserved name shadowing 2018-03-08 12:02:57 +05:30
ef3dc10664 Update bubble_sort.md 2018-03-07 14:49:38 +05:30
f5bbf1f0a3 Update bubble_sort.md 2018-03-07 14:27:50 +05:30
b960572d75 Create bubble_sort.md 2018-03-07 14:20:30 +05:30
33c653c36b Issue #19 2018-02-28 08:39:07 +01:00
169057b6b7 Issue #4 2018-02-28 08:34:07 +01:00
0122a09178 [fix] issue #20 2018-02-26 10:00:18 +08:00
6e9f85b89b update count_by to PEP8 2018-02-22 21:14:31 +05:30
d01509e934 fix typos 2018-02-21 22:30:56 +08:00
01add73569 update insertion sort 2018-02-21 13:13:20 +05:30
03d6c27f27 update scripts 2018-02-21 13:13:01 +05:30
385bf72a3e readme-script 2018-02-20 22:42:11 +05:30
7cc78ca4c4 update insertion_sort 2018-02-20 17:08:10 +05:30
8b53232db6 Update insertion_sort.md 2018-02-20 16:36:12 +05:30
dc76f610f8 Update insertion_sort.md 2018-02-20 15:53:05 +05:30
1b7e4c4b41 Update and rename insertionsort.md to insertion_sort.md 2018-02-20 15:07:30 +05:30
0217b426cb Update insertionSort.md 2018-02-20 15:07:03 +05:30
a10e639139 Update insertionsort.md 2018-02-20 15:05:38 +05:30
4f4bce9c2e Update insertionsort.md 2018-02-20 15:03:22 +05:30