0
Input give a string value i want to write a programme that actually convert both whole number and the decimal to int.
2 Respuestas
+ 2
I agree with Jan Markus but if you want the type of your answer to be int then use: int(float(x))
+ 1
Thank you 👍👍