[Python嗯~机器学习]---Python基础

Python基础教程 程序输入和输出 一、打印字符串html In [2]:python myString = 'hello world' print(myString) hello world In [3]:数组 myString #跟上面不一样的地方在于上面打印出了内容,下面显示出来mystring是一个string类型 Out[3]:函数 'hello world' 二、格式化输出字符串测试
相关文章
相关标签/搜索