Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
9370 Boppan 1
def log(s, end = "\n"):
2
    print(s, end = end, flush = True)
3