2
0
mirror of https://github.com/chubin/cheat.sheets synced 2024-11-05 12:00:16 +00:00
cheat.sheets/sheets/_python
Hai Vu 30c09038ce
Fix Merge two dicts
The square brackets are wrong and will generates a `SyntaxError`, the correct way is to use curly brackets. I have tested this before making the update.
2019-07-25 06:53:08 -07:00
..
_info.yaml added rosetta name to language info 2019-02-07 17:09:48 +00:00
1line Fix Merge two dicts 2019-07-25 06:53:08 -07:00
doc added _python/doc: how to get functions doc 2017-05-30 09:52:48 +00:00
func default params, named params, args, kwargs 2018-07-12 14:57:23 +02:00
hello add python install way 2018-07-12 09:20:11 +09:00
lambda Typos. 2018-07-11 11:34:26 +02:00
loops 'for else' fix 2018-07-27 22:07:45 +02:00
recursion _python/recursion 2017-07-19 05:29:43 +00:00