We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8001d4c commit 9fea73dCopy full SHA for 9fea73d
behavioral/observer.py
@@ -46,14 +46,14 @@ def data(self, value):
46
class HexViewer:
47
48
def update(self, subject):
49
- print('HexViewer: Subject %s has data 0x%x' %
+ print(u'HexViewer: Subject %s has data 0x%x' %
50
(subject.name, subject.data))
51
52
53
class DecimalViewer:
54
55
56
- print('DecimalViewer: Subject %s has data %d' %
+ print(u'DecimalViewer: Subject %s has data %d' %
57
58
59
0 commit comments