timmy revisó este gist 9 months ago. Ir a la revisión
1 file changed, 3 insertions
string_formatting.py(archivo creado)
| @@ -0,0 +1,3 @@ | |||
| 1 | + | url = f"http://localhost:{args.port}" | |
| 2 | + | ||
| 3 | + | url = "http://localhost:{}".format(args.port) | |
Siguiente
Anterior