diff --git a/consumer.py b/consumer.py index 59c2390..ce47b77 100644 --- a/consumer.py +++ b/consumer.py @@ -1 +1 @@ -print "hello" \ No newline at end of file +print("hello") \ No newline at end of file