DeviaSerFloat = 6/10EhFloat = 6.0/10.0EhInt = 6//10print(DeviaSerFloat)print(EhFloat)print(EhInt)
Standard input is empty
0.6 0.6 0
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!