30-Days-Of-Python icon indicating copy to clipboard operation
30-Days-Of-Python copied to clipboard

Update 02_variables_builtin_functions.md

Open JosephMurage opened this issue 1 year ago • 2 comments

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.

JosephMurage avatar Jul 24 '24 16:07 JosephMurage

wow

ohio-ng avatar Jul 27 '24 11:07 ohio-ng

wow

Is that right? I hope it is 🤭

JosephMurage avatar Jul 29 '24 08:07 JosephMurage