Ex 50 just for knowledge!

why are letters after # not showing?
n

Because # is a special character in URLs. See here.

1 Like

Yes, so you want to URL encode that:

urllib.parse.urlencode(params)

Something like that, the full docs are here:

https://docs.python.org/3/library/urllib.parse.html