1. 程式人生 > >字符串查看及應用

字符串查看及應用

name cde class div color 字符串 int abc type

# 查看變量類型
name= "abcdefg"
print(type(name))

字符串查看及應用