timmy zrewidował ten Gist 9 months ago. Przejdź do rewizji
1 file changed, 3 insertions
string_formatting.py(stworzono plik)
| @@ -0,0 +1,3 @@ | |||
| 1 | + | url = f"http://localhost:{args.port}" | |
| 2 | + | ||
| 3 | + | url = "http://localhost:{}".format(args.port) | |
Nowsze
Starsze