PPratyushinkiranpratyush.hashnode.devยทSep 13, 2021 ยท 2 min readNumbers in JavaScriptIn JavaScript Every Number is Floating Point Number(Like Decimal Number). Actually in double-precision 64 bit binary format ๐ณ๏ธ Ahh Too much . But yes Like double in c or c++ so 23 === 23.0 it returns True which is not the case in other programming L...00
PPratyushinkiranpratyush.hashnode.devยทJul 29, 2021 ยท 2 min readA gentle introduction to pythonWelcome all ,In the previous article we have given an introduction to python where we have discussed about the python data types ,variables and strings. You can find it here In this article we are going to discuss about lists and many more so let's...00
PPratyushinkiranpratyush.hashnode.devยทJul 29, 2021 ยท 2 min readA Gentle introduction to pythonPython is a very simple language , and has very intuitive syntax.It encourages programmer write his code easily and efficiently(with less line you can do more) For Example: You can just write print("some line") to print it out to the screen and yes y...00