Subversion Repositories Kolibri OS

Rev

Go to most recent revision | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1. def log(s, end = "\n"):
  2.     print(s, end = end, flush = True)
  3.  
  4.  
  5.