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