Question
can you draw a PC with symbols? :)
Answer
Sure! Here's a simple PC drawn using text symbols:
```
___________________
| |
| ╔══════════════╗ |
| ║ ██████████ ║ |
| ║ ██ ██ ║ |
| ║ ██ 💻 ██ ║ |
| ║ ██ ██ ║ |
| ║ ██████████ ║ |
| ╚══════════════╝ |
| |
| [💡] [🔊] [💻] |
|___________________|
| |
| |
════
/ \
/ \
/________\
```
Or a simpler version:
```
_______________
| |
| ┌─────────┐ |
| │ ██████ │ |
| │ ██ ██ │ |
| │ ██████ │ |
| └─────────┘ |
| [○] [○] [○] |
|_______________|
| |
| |
───────
/ \
/ \
/___________\
```
Hope you like it! 😊