blob: f0055b3b0e6a8715ac080cc41c7e81b6f0d2bfdc (
plain)
1
2
3
4
5
6
|
# Licensed under the Apache License: http://www.apache.org/licenses/LICENSE-2.0
# For details: https://github.com/nedbat/coveragepy/blob/master/NOTICE.txt
def b(x):
msg = "x is %s" % x
print(msg)
|