6 lines
94 B
Python
6 lines
94 B
Python
#!/usr/bin/env python
|
|
# -*- coding: utf-8 -*-
|
|
|
|
def debug(string):
|
|
return
|
|
print(string) |