Some Star Wars inspired syntax for #python
```python
do:
httpx.get('https://httpbin.org/get')
not:
print("Can't do it")
```
October 10, 2024
Some Star Wars inspired syntax for #python
```python
do:
httpx.get('https://httpbin.org/get')
not:
print("Can't do it")
```