timmy revisou este gist 9 months ago. Ir para a revisão
1 file changed, 3 insertions
string_formatting.py(arquivo criado)
| @@ -0,0 +1,3 @@ | |||
| 1 | + | url = f"http://localhost:{args.port}" | |
| 2 | + | ||
| 3 | + | url = "http://localhost:{}".format(args.port) | |
Próximo
Anterior