Merge pull request #129 from Ladeia/patch-1

Add casts
This commit is contained in:
Rico Sta. Cruz 2017-10-25 19:08:14 +08:00 committed by GitHub
commit ec40abb91c
1 changed files with 2 additions and 0 deletions

View File

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