摘要: 输出98所对应的ASCII表中的值 print(chr(98)) 输出‘北’的数字 print(ord('北')) 不换行的输出两句 print('北京',end='-->') print('欢迎你!') 连接符+ print('北京'+'欢迎你!') 文件file,创建一个note.txt文件,并 阅读全文
posted @ 2025-04-27 22:14 新手小白98423 阅读(2) 评论(0) 推荐(0)