1 2 3 4 5 6
# -*- coding: utf-8 -*- import time for i in range(4): print (i,flush=True) print ("abcd",flush=True) print ("阿萨德",flush=True)