摘要: 第0关 print()函数与变量 1. print()函数print()函数:告诉计算机,把括号的内容显示在屏幕上 # 不带引号 print(1+1) # 让计算机读懂括号里的内容,打印最终的结果 # 》》2 # 带引号 print('hello world!') # 让计算机无需理解,原样复述引号 阅读全文
posted @ 2021-08-14 18:59 德玛东亚 阅读(82) 评论(0) 推荐(0)