changeset 140 | bc023595e167 |
parent 137 | fc545d07b0ff |
child 179 | 1d04b6c5ff44 |
child 194 | ca81c0a67c75 |
--- a/parsing_data.rst Wed Sep 15 19:12:31 2010 +0530 +++ b/parsing_data.rst Wed Sep 15 21:02:31 2010 +0530 @@ -118,8 +118,8 @@ mark_str = "1.25" mark = int(mark_str) - mark_str - mark + type(mark_str) + type(mark) We can see that string is converted to float. We can perform mathematical operations on them now.