mirror of
https://github.com/jlengrand/Programming_Tips.git
synced 2026-03-10 00:31:21 +00:00
Typo in Python tips
This commit is contained in:
@@ -7,7 +7,7 @@ blah = 1
|
||||
blah_name = [ k for k , v in locals (). iteritems () if v is blah ][ 0 ]
|
||||
```
|
||||
|
||||
WARNING : Not very clever however, as variables in Python may have more that one name ! Use with caution!
|
||||
__**WARNING :** Not very clever however, as variables in Python may have more that one name ! Use with caution!__
|
||||
|
||||
## Replace a part of a table [Numpy]:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user