# 打印名字 **Repository Path**: cuixuscmr/print-name ## Basic Information - **Project Name**: 打印名字 - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2025-09-11 - **Last Updated**: 2025-09-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 定义要打印的名字 name = "张三" # 可以替换成任何名字 # 打印名字 print(f"名字是:{name}") # 也可以直接打印 print("李四")