From c981c0e28bb520e7f2c6c3baa060d0fbd82a3e8e Mon Sep 17 00:00:00 2001 From: Antonio Fernando Santos Ladeia Date: Mon, 23 Oct 2017 10:52:12 -0300 Subject: [PATCH] Add casts Adding cast from int to str and from float to str --- python.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python.md b/python.md index fdb8dde57..eaa1b92d6 100644 --- a/python.md +++ b/python.md @@ -74,6 +74,8 @@ title: Python int(str) float(str) + str(int) + str(float) ### Comprehensions