Can python store the float value in computer | Sololearn: Learn to code for FREE!
¡Nuevo curso! ¡Todo programador debería aprender IA Generativa!
Prueba una lección gratuita
0

Can python store the float value in computer

27th Jun 2017, 3:56 PM
khushboo mehar
khushboo mehar - avatar
5 Respuestas
+ 8
@Russel A bit off-topic, but I still have a pack of the 5.25" 360kb ones :D
27th Jun 2017, 9:36 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 6
Depending on what you mean by "in computer": - yes, you can assign a floating point value to a variable - yes, you can store it throughout the code's execution - yes, you can store it as a file on your hdd, floppy disk (💾 yay!), flash card, etc.
27th Jun 2017, 8:45 PM
Kuba Siekierzyński
Kuba Siekierzyński - avatar
+ 3
@Kuba Upvote for the mention of a floppy, epic
27th Jun 2017, 9:30 PM
Russel Reeder
Russel Reeder - avatar
+ 3
when i read @Kuba said "floppy disk (yay!)" me : XD
28th Jun 2017, 2:46 AM
Alvin Ardiansyah
Alvin Ardiansyah - avatar
+ 1
x = 0.3333
27th Jun 2017, 3:58 PM
Don
Don - avatar