Skip to content

Commit bb54be4

Browse files
authored
Update 16.md
1 parent 941d939 commit bb54be4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

md/16.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ helloworld
2121

2222
s = """
2323
def f():
24-
print("hello world")
2524
a = 100 % 52
2625
print(a)
2726
f()
@@ -30,4 +29,7 @@ r = compile(s,"<string>", "exec")
3029
exec(r)
3130
```
3231

32+
输出
33+
48
34+
3335
<center>[上一个例子](15.md) [下一个例子](17.md)</center>

0 commit comments

Comments
 (0)