#!/usr/bin/env python# -*- coding: utf-8 -*-name = ("针尖翁")#"针尖翁" 字符串#"针" 字符#"针尖翁" 尖翁 子字符串,子序列#ctrl + ? 整体注释# if "针" in name:# print("ok")# else:# print(Error)
字符串的理解
原文:https://www.cnblogs.com/qq78506283/p/12043790.html