PROGRAMMING:"Trump card"
Xiao Wang likes playing cards. Please write a program to output the cards in Xiao Wang's hand.
####Input sample
```in
```
Note: no input
####Output sample
```out
♣ two ♠ A ♦ K ♥ seven ♣ three
```
Note: the ASCII code of playing card Decor characters is as follows:
---
Tip: in Windows 10 operating system, you need to set the font in the running window to dot matrix font and set the font size to 8x16 to display normally.
answer:If there is no answer, please comment
####Input sample
```in
```
Note: no input
####Output sample
```out
♣ two ♠ A ♦ K ♥ seven ♣ three
```
Note: the ASCII code of playing card Decor characters is as follows:
| ♠ td> | 6 |
| ♥ td> | 3 |
| ♣ td> | 5 |
| ♦ td> | 4 |
---
Tip: in Windows 10 operating system, you need to set the font in the running window to dot matrix font and set the font size to 8x16 to display normally.
answer:If there is no answer, please comment