返回列表 發帖
  1. hello
複製代碼

TOP

  1. hello
複製代碼

TOP

  1. # -*- coding: utf-8 -*-
  2. """
  3. Spyder Editor

  4. This is a temporary script file.
  5. """
  6. a=369
  7. b="sub"
  8. c=12.3
  9. d="daptoper"
  10. print(a,b,d,sep="@")
複製代碼

TOP

返回列表