diff options
-rw-r--r-- | test/farm/run/src/xxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/farm/run/src/xxx b/test/farm/run/src/xxx index 78f7d668..8f727f08 100644 --- a/test/farm/run/src/xxx +++ b/test/farm/run/src/xxx @@ -5,4 +5,4 @@ b = 4 if not b: c = 6 d = 7 -print "xxx:", a, b, c, d +print("xxx: %r %r %r %r" % (a, b, c, d)) |