中文字幕av专区_日韩电影在线播放_精品国产精品久久一区免费式_av在线免费观看网站

溫馨提示×

溫馨提示×

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

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

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

张家口市| 湟中县| 宁德市| 湖州市| 浮梁县| 突泉县| 成安县| 龙陵县| 隆回县| 同江市| 彰化市| 宜宾市| 洪湖市| 宁强县| 星子县| 施甸县| 高雄市| 沂南县| 巧家县| 康平县| 温州市| 尤溪县| 金沙县| 延长县| 石柱| 博客| 酒泉市| 城市| 纳雍县| 山丹县| 玉溪市| 石门县| 合江县| 北安市| 镇巴县| 蕉岭县| 清徐县| 阳春市| 合作市| 葫芦岛市| 德钦县|