Quantcast
Channel: Raspberry Pi Forums
Viewing all articles
Browse latest Browse all 1361

Python • Re: Combine three elements to make a URL

$
0
0
Maybe -

Code:

URL = "{}{}{}".format(KEY1,alert,KEY2)
Or even -

Code:

URL = KEY1 + alert + KEY2

Statistics: Posted by hippy — Sun Jan 19, 2025 2:00 pm



Viewing all articles
Browse latest Browse all 1361

Trending Articles