返回列表 發帖
  1. # -*- coding: utf-8 -*-
  2. """
  3. Spyder Editor

  4. This is a temporary script file.
  5. """
  6. a=888
  7. b=777
  8. print(a,b,sep='')
  9. print(str(a)+str(b)+"andy")
複製代碼

TOP

返回列表