Update tech_docs/python/fizzbuzz.md
This commit is contained in:
@@ -1,3 +1,4 @@
|
|||||||
|
```python
|
||||||
def fizz_buzz(n):
|
def fizz_buzz(n):
|
||||||
"""
|
"""
|
||||||
Print the FizzBuzz sequence from 1 to n.
|
Print the FizzBuzz sequence from 1 to n.
|
||||||
@@ -25,3 +26,4 @@ def main():
|
|||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
main()
|
main()
|
||||||
|
```
|
||||||
Reference in New Issue
Block a user