Question: USE Python ONLY 1. Answer the following questions. Use interactive shell to show examples of your No answers. a) Can all int numbers be converted
USE Python ONLY

1. Answer the following questions. Use interactive shell to show examples of your No answers. a) Can all int numbers be converted (cast) to float numbers which shows the same value? b) Can all int numbers be converted (cast) to strings which shows the same digits? c) Can all float numbers be converted (cast) to int numbers which shows the same value? d) Can all float numbers be converted (cast) to strings which shows the same digits? e) Can all strings of integer format be converted (cast) to int numbers which shows the same value? f) Can all strings of float format be converted (cast) to float numbers which shows the same value? g) Can all strings be converted (cast) to int numbers? h) Can all strings be converted (cast) to float numbers
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
