๐ โ Number Parser: str โ int/float
Taskโ
- Create a file named parse_numbers.py.
- Read one whole number (int) from input and print it + 1.
- Read one decimal number (float) and print it * 2.
- Print the type(...) of both parsed values.
- (Optional) Handle bad input by printing a friendly message.