Kotlin function
코틀린 함수(Kotlin Method)
코틀린 함수(Kotlin Method)
Grammar val : read only (like final) var : Mutable
read file # Read and print file = open(gfile, 'r') while True: line = file.readline() if not line: break print(line) file.close()
filechk.py ```python #!/usr/bin/python import time import os, sys from datetime import datetime from commands import *
zcmd.py : command interface with proxy ```python #———————————————- zcmd.py #———————————————- import sys import socket # Import socket modul...