Post

python base code

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/usr/bin/python

class TestClass():
  ~~~
  ~~~

def print_Test():
  ~~~
  ~~~

def main():
  ~~~
  ~~~

if __name__ == '__main__':
  main()
This post is licensed under CC BY 4.0 by the author.