Congrats on being the literal first member (other than myself) to post on the forum. It is a historic event. Also, you can't just share the submission link because it is only viewable by you when you are logged in.
If you want, you can copy and paste the code and nicely format it using markdown.
Ex.
```python
var1 = True
for i in range(10):
print("syntax highlighting included")
```
would result in:
var1 = True
for i in range(10):
print("syntax highlighting included")