亚洲激情专区-91九色丨porny丨老师-久久久久久久女国产乱让韩-国产精品午夜小视频观看

溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務條款》

Python基礎 input()的使用

發布時間:2020-07-05 22:30:38 來源:網絡 閱讀:359 作者:圣嬰大王 欄目:編程語言

input()函數用于讀取標準輸入
注意:input函數的返回值類型為字符串

        >>> num=input("Please input a number:")
        Please input a number:32
        >>> type(num)
        <class 'str'>

        >>> num1=input("Please input the number1:")
        Please input the number1:5
        >>> num2=input("Please input the number2:")
        >>> print("number1 + number2 =",(num1+num2))
        number1 + number2 = 53
        >>> print("number1 + number2 =",(int(num1)+int(num2)))
        number1 + number2 = 8
        >>> cus=input("Please input the custom name:")
        Please input the custom name:Tom
        >>> cid=input("Please input the custom ID:")
        Please input the custom ID:001
        >>> cus_info='''
                        custom_name:{0}
                        custom_id:{1}
                        '''.format(cus,cid)
        >>> print(cus_info)
        custom_name:Tom
        custom_id:001
向AI問一下細節

免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。

AI

恩施市| 秦安县| 河间市| 无棣县| 许昌市| 长兴县| 寻甸| 马公市| 全州县| 彰武县| 溧阳市| 晋城| 莱州市| 独山县| 兴安盟| 安丘市| 福州市| 会理县| 洛浦县| 望城县| 古蔺县| 威宁| 米泉市| 鲜城| 河西区| 高雄市| 应用必备| 温泉县| 大埔区| 万盛区| 大邑县| 资兴市| 镇平县| 庆元县| 伊宁市| 大关县| 佳木斯市| 临城县| 蒙山县| 东海县| 曲水县|