In this post, we will see how to resolve How to add parameters to url in python
Question:
Hello i have this code in javascript i have made where i give parameters in the url this is the javascript code:Best Answer:
You can use f-strings for this. (Note that regular string concatenation with+
always works in these cases, as well.)If you have better answer, please add a comment about this, thank you!
Source: Stackoverflow.com