提交 3cef31eb 编写于 作者: F feilong

fix bug

上级 cbb6f5ff
...@@ -21,17 +21,17 @@ ...@@ -21,17 +21,17 @@
### B ### B
````bash ````bash
```hack_diff ```diff
var foo = 'bar'; var foo = 'bar';
+ var x = 200; + var x = 200;
* var x = 100; * var x = 100;
```hack_ ```
```` ````
### C ### C
````bash ````bash
```hack_python ```python
def fibo(max): def fibo(max):
n, a, b = 0, 0, 1 n, a, b = 0, 0, 1
while n < max: while n < max:
...@@ -40,5 +40,5 @@ def fibo(max): ...@@ -40,5 +40,5 @@ def fibo(max):
n = n + 1 n = n + 1
for n in fibo(10): for n in fibo(10):
print (n) print (n)
```hack_ ```
```` ````
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册