Added .encode() to casting (#916)

.encode() turns string into byte-like object.
This commit is contained in:
ByMARLin 2018-11-16 21:07:42 +01:00 committed by chad d
parent 489c8ecac6
commit 2b8e8ce90c
1 changed files with 1 additions and 0 deletions

View File

@ -78,6 +78,7 @@ title: Python
float(str)
str(int)
str(float)
'string'.encode()
### Comprehensions