编辑代码

var myString = "Hello world!     -  swift.jsrun.net"
print(myString)

var str = "xiangling 20221614514"

let StudentdInfo = (20221614514 ,"Xiang", ture)
let (Idname,name,mCCP) = StudentdInfo
print(Idname)
print(name)
print(mCCP)
print("Student","\(name)'s identification, number is (idName)")
if mCCP{
    print("Student","\(name) is a member of the Communist of China")
}else{
    print("Student","\(name) isn't a member of the Communist of China")
    }
print("Student(StudentInfo.1)'s identification number is(StudentInfo.0)")