Ask a Question
Does typecasting change the type of a data variable forever or just for that instance? EX: >>> j=3.1417 | type(j) > float | int(j) > 3 | type(j) > float <<< How??
Does typecasting change the type of a data variable forever or just for that instance? EX: >>> j=3.1417 | type(j) > float | int(j) > 3 | type(j) > float <<< How??
Fuel your ambition, discover your passion and achieve your professional goals with LetsUpgrade.
Sign Up Now