fork download
  1. i=0
  2. name = "迟渝大笨蛋"
  3. while i <= 2:
  4. name=name*2
  5. i += 1
  6. print(name)# your code goes here
Success #stdin #stdout 0.07s 14152KB
stdin
Standard input is empty
stdout
迟渝大笨蛋迟渝大笨蛋迟渝大笨蛋迟渝大笨蛋迟渝大笨蛋迟渝大笨蛋迟渝大笨蛋迟渝大笨蛋