PROGRAMMING:jmu_ python_ Is it a number
This problem requires input a string from the keyboard to determine whether the string belongs to the integer, floating point or complex representation
###Input format:
Enter a string
###Output format:
Output yes or no
###Input example:
```in
-299
```
###Output example:
```out
yes
```
answer:If there is no answer, please comment
###Input format:
Enter a string
###Output format:
Output yes or no
###Input example:
```in
-299
```
###Output example:
```out
yes
```
answer:If there is no answer, please comment