Add casts

Adding cast from int to str and from float to str
This commit is contained in:
Antonio Fernando Santos Ladeia 2017-10-23 10:52:12 -03:00 committed by GitHub
parent abd70287d7
commit c981c0e28b
1 changed files with 2 additions and 0 deletions

View File

@ -74,6 +74,8 @@ title: Python
int(str)
float(str)
str(int)
str(float)
### Comprehensions