Content deleted Content added
m Archiving 2 discussion(s) from Talk:Python (programming language)) (bot |
m Task 70: Update syntaxhighlight tags - remove use of deprecated <source> tags |
||
Line 400:
Hi. I'd like to interrupt and show this example.
<
class duck:
def quack(self):
Line 422:
except:
print("A %s cannot quack." % i.__class__.__name__)
</syntaxhighlight>
output:
|