python 字符串输入、输出函数print input raw_input

2021-06-30 20:04

阅读:495

标签:nbsp   转换   引号   image   .com   形式   输出   alt   img   

一、输出print

技术分享图片

print输出是以不带引号的输出。(用户所见的输出)

 

二、input()  和  raw_input()输入函数

技术分享图片

raw_input()会把输入数据转换成字符串形式;

------------------------------------------------------------------------------------

技术分享图片

input()不会把输入的数据转换成字符串形式。

------------------------------------------------------------------------------------

 

python 字符串输入、输出函数print input raw_input

标签:nbsp   转换   引号   image   .com   形式   输出   alt   img   

原文地址:https://www.cnblogs.com/chillytao-suiyuan/p/9641574.html


评论


亲,登录后才可以留言!