摘要:
Python学习第一天 DAY1: 1.1 基础知识 1、print输出函数 # print函数 # 输出数字 print(520) print(98.5) # 输出字符串 print('hello') print("hello") # 输出含有运算符的表达式 print(1+2) # 将数据输出到 阅读全文
posted @ 2023-04-09 21:30
拼命搬砖的黎小梨
阅读(103)
评论(0)
推荐(0)
浙公网安备 33010602011771号