30-Days-Of-Python
30-Days-Of-Python copied to clipboard
Update 02_variables_builtin_functions.md
Update to lines 231-235: To convert a string representing a float to an integer, we should first convert the string to a float using the float() function, and then convert the resulting float to an integer using the int() function.
wow
wow
Is that right? I hope it is 🤭