diff --git a/builtin/builtin.go b/builtin/builtin.go index 6e1b41a9..4c2e9ef9 100644 --- a/builtin/builtin.go +++ b/builtin/builtin.go @@ -189,6 +189,11 @@ func builtin_print(self py.Object, args py.Tuple, kwargs py.StringDict) (py.Obje end := endObj.(py.String) // FIXME ignoring file and flush for i, v := range args { + v, err := py.Str(v) + if err != nil { + return nil, err + } + fmt.Printf("%v", v) if i != len(args)-1 { fmt.Print(sep) pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy